hi Guys,
hope someone can help,thanks in advance.
description:
allocate a new data set in the daily job, and name this date set with current date , e.g: "svrb.msi.20110217.SEQ"
here is my question:
how to get the current date and name the new date set with this date?
//STEP010 EXEC PGM=IEFBR14,COND=(0,NE)
//DD1 DD DSN=SVRB.MSI.YYYYMMDD.SEQ,
// DISP=(NEW,CATELG,DELETE),
// DCB=(LREC=80,RECFM=FB,BLKSIZE=0),
// SPACE=(TRK,(50,100),RLSE)