TIRFDTEJ
TIRFDTEJ is a called module supplied with CA Gen. TIRFDTEJ is called every time an CA Gen action diagram uses the JULDATE function.
JULDATE converts a valid date into a numeric Julian date.
JULDATE generates the following COBOL statements:
| Statement |
Quantity |
| Call |
1 |
| Compute |
2 |
| Move |
2 |
| Initialize |
1 |
| IF |
1 |
Heavy use of JULDATE can drastically increase CPU costs.
Hints
If an action diagram uses JULDATE more than once for the same date:
-
use JULDATE once for the desired date
-
save the numeric Julian date returned in a local view
-
use the local view instead of JULDATE for the remaining instances
-
pass the local view to the import view of any called action diagrams that need it.
Help