Hello,
I have a requirement in which i need to add the date in header and the format of record should be like given below
Date'10-14-09'
I have a jcl through which we can add date in header but i am unable to add the " ' " in header with date.Currently i am using the below card to get the date in header
SUM FIELDS=NONE
OUTFIL FNAMES=SORTOUT,
HEADER1=(' DATE: ',DATE=(4MD-)),REMOVECC
Please help me out
Thank you
Bodhi