z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of the PATHOPTS parameter

z/OS MVS JCL Reference
SA23-1385-00

//DD1  DD  PATH='/usr/applics/pay.time',PATHDISP=(KEEP,DELETE),
//         PATHOPTS=(OWRONLY,OCREAT,OEXCL),PATHMODE=(SIRWXU,SIRGRP)

OCREAT in the PATHOPTS parameter specifies that the file named in the PATH parameter be created. OWRONLY requests that the system open the file only for writing. OEXCL specifies that, if the file already exists, the system will not create a file and the job step will fail.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014