z/OS MVS Program Management: Advanced Facilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Executing IEWTPORT

z/OS MVS Program Management: Advanced Facilities
SA23-1392-00

IEWTPORT is an executable program. You can use a batch job to invoke the IEWTPORT utility. The following is the JCL syntax:
    //PROGA     EXEC   PGM=IEWTPORT
    //SYSUT1    DD     DSN=input.dset[(member name)],DISP=SHR
    //SYSUT2    DD     DSN=output.dset,DISP=(NEW,CATLG,DELETE),…
    //SYSPRINT  DD     SYSOUT=*
input.dset[(member name)]
The name of a PDSE program library (with or without a member specification) or the name of a sequential data set containing a transportable program.
output.dset
The name of a PDSE program library or the name of a sequential data set containing a transportable program.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014