z/OS DFSMSdss Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 2: printing a component of a Virtual Storage Access Method (VSAM) cluster

z/OS DFSMSdss Storage Administration
SC23-6868-01

//JOB3     JOB   accounting information,REGION=nnnnK
//STEP1    EXEC  PGM=ADRDSSU
//SYSPRINT DD    SYSOUT=A
//SYSIN    DD    *
 PRINT INDYNAM(338000) /* ALLOC VOL 338000 DYNAMICALLY  */ -
   DS(PARTS.VSAM1.INDEX) /* DATA SET THAT HAS BAD TRACK */ -
   WAIT(0,0)           /* DO NOT WAIT IF ENQ FAILS      */ -
   TOL(ENQF)           /* IGNORE ENQ FAILURES           */ -
   PSWD(PARTS.VSAM1/USERPSWD) /* PASSWORD FOR CLUSTER   */
/*

A component of a VSAM data set is to be printed. The printing proceeds even if the component cannot be serialized (enqueued).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014