Hi,
I'm not too familiar with the rexx but I'd like to use it in a rename file by idcams by adding the date and time to the input file without exceeding 44 characters
for example :
//SYSIN DD *
ALTER &dsn1 -
NEWNAME(&dsn1.&date.&time) ===> '<= 44' characters
Thank's for your help.
I'm not too familiar with the rexx but I'd like to use it in a rename file by idcams by adding the date and time to the input file without exceeding 44 characters
for example :
//SYSIN DD *
ALTER &dsn1 -
NEWNAME(&dsn1.&date.&time) ===> '<= 44' characters
Thank's for your help.