z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


The IDCAMS printing utility

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

You can use IDCAMS to print the contents of a program object in a z/OS® UNIX file, or the unformatted contents of a program object in an MVS™ data set.

An example of the IDCAMS JCL follows:
//DUMPMOD  EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//INPUT2 DD DSN=PDSE1.APPS(APP1),DISP=SHR
//SYSIN DD *
 PRINT INFILE(INPUT2)
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014