The module text to output file utility (DREPORT 052) lets you output module source code to a disk file. The DREPORT and KEY parameters used to output module DRPT054 to file are shown below:
DREPORT=052 KEY MOD-NAME-067 'DREPORT 054'
How to Run DREPORT 052
To run DREPORT 052, add the following specification to the JCL:
//SYS020 DD DSN=user.textfile,DISP=(NEW,CATLG), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=320), // UNIT=disk,VOL=SER=nnnnnn
data set name of the output file
symbolic device name of disk
volume serial number of disk
// TLBL SYS020,'user.text' ASSGN SYS020,TAPE,VOL=nnnnnn
file-id of tape file
tape volume serial number
// DLBL SYS020,'user.text' // EXTENT SYS020,nnnnnn ASSGN SYS020,DISK,VOL=nnnnnn,SHR
file-id of disk file
volume serial number of the disk file
FILEDEF SYS020 DISK nonprint file a (RECFM FB LRECL 80 BLKSIZE 320
filename, filetype, and filemode of the nonprint/nonpunch output file.
|
Copyright © 2013 CA.
All rights reserved.
|
|