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


Listing Pinned Data: Example 5

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

In this example, a listing of pinned data is requested.
     //LISTDAT4  JOB   ...
     //STEP1     EXEC  PGM=IDCAMS
     //LISTVOL2  DD    UNIT=3390,VOL=SER=VOL269,DISP=SHR
     //SYSPRINT  DD    SYSOUT=A
     //SYSIN     DD    *
       LISTDATA PINNED FILE(LISTVOL2)
     /*
The LISTVOL2 DD statement specifies a 3390 unit for which pinned data is reported. The LISTDATA command parameters are:
  • PINNED, which specifies that a pinned track to data set cross reference report is printed for all devices on all like models of IBM® Storage Controls.
  • FILE, which specifies LISTVOL2 as the DD statement that allocates a 3390 unit and volume VOL269.
Note:
  1. The LISTDATA PINNED report produced in z/OS® V1R10 identifies a range of pinned tracks associated with a data set. In prior releases the report listed each individual track and its associated data set name.
  2. In z/OS V1R10, a 28-bit cylinder address, X'CCCCcccH', is used in the display. The 'ccc' are the high order 12-bits of the cylinder address and 'CCCC' are the low order 16-bits of the cylinder address. The 'H' is the 4-bit track address. The 'F' column in the display with an '*' value will designate when a 28-bit cylinder address is greater than 65535 (X'FFFF').

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014