Hi all
I need to rewrite a PL/1 programme into a new COBOL program.
If you use in PL/1 the function 'DATE', what is the returned result?
Same question in cobol for the function current-date.
I need to rewrite substr(date,1,6) and substr(time,1,10) into cobol.
Thx