Get Job Date in RPGLE
The %date() built-in function, by itself, will return the System date. The following will return the Job date:
return %date(UDATE);
The %date() built-in function, by itself, will return the System date. The following will return the Job date:
return %date(UDATE);