z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Generating a Remote Support Access Code: Example 7

z/OS DFSMS Access Method Services Commands
SC23-6846-01

In this example, a remote support access code is requested; this example is valid for any Storage Control model.
     //LISTDAT1  JOB   ...
     //STEP1     EXEC  PGM=IDCAMS
     //LISTVOL1  DD    UNIT=3390,VOL=SER=VOL123,DISP=SHR
     //SYSPRINT  DD    SYSOUT=A
     //SYSIN     DD    *
       LISTDATA ACCESSCODE FILE(LISTVOL1)
     /*
The LISTVOL1 DD statement specifies a 3390 unit and volume VOL123 for which the report is requested. The LISTDATA command parameters are:
  • ACCESSCODE, which specifies that the 3990 is to generate a remote support access code if the storage cluster modem switch is set to Enable
  • FILE, which specifies LISTVOL1 as the DD statement that allocates a 3390 unit and volume VOL123.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014