How to print data of sequential file to Spool..?
Answers were Sorted based on User's Feedback
Answer / valmiki1980
//JOB CARD
//STEP01 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=XXXXXXXXXXXXX,DISP=SHR
//SYSUT2 DD SYSOUT=* // THIS STEP WILL PRINT FILE TO SPOOL
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / krishna
//jobname JOB NOTIFY=&SYSUID
//STEP EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
PRINT IDS("DATASET NAME") HEX/DUMP/CHAR
/*
Is This Answer Correct ? | 0 Yes | 1 No |
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
What is DYNAMBR in jcl?
what is the difference between return code and maxcc?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
what is full form of AIX
What is one line to pass PARM from JCL to COBOL?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What do you understand by the terms: joblib and steplib?
Which storage devices are grouped under DASD and SYSDA ?
How to read records in reverse order in flat file?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)