What parameters can be used to limit the number of records written to a sysout dataset?
OUTLIM
S722 Abend will occur if job has exceeded its allocated SYSOUT (system output) limit. This typically happens when a job tries to print many lines to the printer or other output device, causing the system's spool to become full.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are three parameters you can specify on Job statement as well as on exec stmt ?
What are the default system and catalog libraries in JCL?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
What is the function of the dd avgrec keyword in sms datasets?
Explain about User Information
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Explain the purpose of the dd keylen parameter?
Explain about CBL/PROCESS statement syntax
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
can we bowse or edit the GDG dataset if it is a tape entry?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
how to count the number of members in pds?