So would the following work to mod my SMF files to a weekly tape?  I'm not 
really familiar with IFASMFDP bit I assume the INDD can be a dumped dataset 
instead of a VSAM file?

//DUMP    EXEC PGM=IFASMFDP
//SYSPRINT   DD  SYSOUT=*
//SYSIN        DD  DUMMY
//INDD1        DD  DSN=TSU.SM.J913.SMFDAY.DATA(+1),DISP=SHR
//DUMPOUT   DD  DSN=TSU.SM.J910.SMFWEEK.DATA(0),DISP=(MOD,KEEP),
//       LRECL=32760,BLKSIZE=32760,RECFM=VBS,UNIT=ATL
//SYSPRINT DD SYSOUT=(R,TSU91$R1)
//SYSIN    DD *
   INDD(INDD1,OPTIONS(ALL))
/*

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to