z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 5

z/OS DFSORT Application Programming Guide
SC23-6878-00

     DISPLAY FROM(INV) LIST(RDWLIST1) -
       TITLE('No Frills RDW Report') -
       ON(NUM) -
       ON(VLEN) -
       ON(1,4,HEX) -
       MINIMUM('Smallest') -
       MAXIMUM('Largest')
Prints, in the RDWLIST1 data set:
  • A title line containing the specified title
  • A heading line containing the standard headings
  • Data lines in the standard format containing:
    • The record number
    • The record length
    • The record descriptor word (RDW) in hexadecimal
  • A MINIMUM line containing the specified string and the minimum record length in the standard format
  • A MAXIMUM line containing the specified string and the maximum record length in the standard format.

The RDWLIST1 output starts on a new page and looks as follows (the first 2 records are shown with illustrative values):

 No Frills RDW Report

 RECORD NUMBER     RECORD LENGTH     (1,4,HEX)
 000000000000001   +000000000000075  004B0000
 000000000000002   +000000000000071  00470000
               .                  .  .
               .                  .  .
               .                  .  .

 Smallest          +000000000000058

 Largest           +000000000000078

The title line and heading line appear at the top of each page.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014