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


PRINT

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

The PRINT command prints VSAM data sets, non-VSAM data sets, and catalogs.

Start of change The blocksize of the data sets you can print depends on whether you have the large block interface (LBI) enabled. (You enable LBI by coding any BLKSIZE value, in the DCBE macro or by turning on the DCBEULBI bit before completion of the DCB OPEN exit - see z/OS DFSMS Using Data Sets.)
  • If you have LBI enabled, you can use print with data sets with a blocksize larger than 32760 bytes.
  • If you do not have LBI enabled, you can not print data sets with a blocksize larger than 32760 bytes
End of change

The syntax of the PRINT command is:

Command Parameters
PRINT {INFILE(ddname)|
    INDATASET(entryname)}
  [CHARACTER|DUMP|HEX]
  [DBCS]
  [FROMKEY(key)|FROMADDRESS(address)|
    FROMNUMBER(number)|SKIP(number)]
  [INSERTSHIFT((offset1 offset2)[(offset1 offset2 )...])|INSERTALL]
  [OUTFILE(ddname)]
  [SKIPDBCSCHECK((offset1 offset2)[(offset1 offset2)...])|NODBCSCHECK]
  [TOKEY(key)|TOADDRESS(address)|
    TONUMBER(number)|COUNT(number)]
Start of change   End of change Start of change  [RLSSOURCE(NO|YES|QUIESCE)] End of change
 

Restriction: Access Method Services does not use RLS. If the RLS keyword is specified on the DD statement of a file to be opened by Access Method Services, the keyword is ignored and the file is opened and accessed in non-RLS mode.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014