z/OS DFSMSdfp Advanced Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sample JCL for the CVAFFILT macro

z/OS DFSMSdfp Advanced Services
SC23-6861-01

The following is the sample JCL used to Assemble, Link, and Execute the example source. Changes will have to be made to this JCL as appropriate for each customer environment.
//CVAFFEXP JOB ,MSGCLASS=X,TIME=(,10),
//             NOTIFY=&SYSUID
//*
//STEP01  EXEC PROC=ASMACLG
//SYSIN     DD *
    (INCLUDE EXAMPLE SOURCE HERE)
/*
//*
//L.SYSLMOD DD DSN=YOUR.AUTH.LINKLIB(CVAFFEXP),DISP=SHR
//L.SYSIN   DD *
  SETCODE AC(1)
  ENTRY   CVAFFEXP
/*
//*
//G.SYSABEND DD  SYSOUT=*
//SYSPRINT  DD SYSOUT=*
//*
//G.CVAFDD  DD DISP=SHR,UNIT=3390,VOL=SER=339L62
//G.OUTDD   DD DSN=CVAFFLT1.OUTPUT,
//             DISP=(NEW,CATLG),
//             UNIT=3390,VOL=SER=339L61,
//             SPACE=(TRK,(2,2)),
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330)
//*
//

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014