Answer Posted / 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 |
Post New Answer View All Answers
What is the function of the steplib dd statement?
How do you submit a job for execution?
What is the purpose of the dd keylen parameter?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
which utility is used a dummy utility?
Where can program checkpoints be stored for use in a restart?
What are the parameter we cannot use in procedure?
What are the rules employed while naming the steps in a job?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you overcome this limitation ?
What are the parameters that are used in creating a gdg?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to override loadlib?
how you can direct the data to spool using SYSOUT option?
What do you understand by the terms: joblib and steplib?