E68 - Calculated/Run Pension Dates (Payroll Report Generator variable)
From Catalyst
Syntax
E68{S/E/L/N/W/A/O/R, N/T, CCYYMMDD}
Description
Outputs one of the dates regarding the employee's pension depending on the parameter supplied.
Parameters
- S/E/L/N/W/A/O/R
- A text parameter that can be omitted (it defaults to "S").
- S
- Start date of the Pay Reference Period.
- E
- End date of the Pay Reference Period.
- L
- Date on which the employee (worker) first becomes an eligible jobholder.
- N
- Date on which the employee (worker) first becomes a non-eligible jobholder.
- W
- Date on which the employee (worker) first becomes an entitled worker.
- A
- The date the employee (worker) is automatic enrolled.
- O
- The date the employee (worker) opts-in to enrolment.
- R
- The date the employee (worker) is re-enrolled.
- N/T
- A text parameter that can be omitted (it defaults to "N").
- N
- Numeric result. This is the number of days since the first of January 1980. This is most commonly used for sorting purposes.
- T
- Text result. This is the date formatted for display, e.g. '01/01/2004'. You can optionally use the next parameter to control the exact format.
- CCYYMMDD
- A text parameter that can be omitted (it defaults to "DD/MM/CCYY").
- When the previous parameter is 'T', this parameter can be used to control the exact format. The following four values can be combined in any order, with separating characters if required.
- DD
- Day (01 to 31).
- MM
- Month (01 to 12).
- CC
- Century (19 or 20).
- YY
- Year (00 to 99).
|
Returns
A text or numeric (depending on the parameters) value whose typical size is 10 characters.