z/OS MVS Installation Exits
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Obtaining TESTEXIT from SYS1.SAMPLIB

z/OS MVS Installation Exits
SA23-1381-00

Figure 1 shows sample JCL for obtaining a punched deck of TESTEXIT from SYS1.SAMPLIB.

Figure 1. Sample JCL for Obtaining a Punched Deck of TESTEXIT
//PUNCH     JOB       MSGLEVEL=1
//          EXEC      PGM=IEBPTPCH
//SYSPRINT  DD        SYSOUT=A
//SYSUT1    DD        DSNAME=SYS1.SAMPLIB,DISP=(OLD,KEEP),
//          UNIT=xxxx,VOLUME=SER=xxxxxx1
//SYSUT2    DD        UNIT=2540-2
//SYSIN     DD        *
            PUNCH     TYPORG=PO,MAXNAME=1,MAXFLDS=1
            MEMBER    NAME=TESTEXIT
            RECORD    FIELD=(80)

1The volume and unit parameters depend on your installation's request.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014