RNF3434

Date, time or timestamp fields cannot be initialized to *SYS or *JOB in subprocedures.

20

Cause . . . . . : A date, time or timestamp field cannot be initialized to *SYS or *JOB in a subprocedure. The initialization is ignored.

Recovery . . . : To initialize the value to *JOB, use a MOVE of UDATE; to initialize the value to *SYS, use the TIME operation; or make the field a global definition. Compile again.