Get Job Date in RPGLE

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);

Leave a Reply

Your email address will not be published. Required fields are marked *