What parameters can be used to limit the number of records written to a sysout dataset?



What parameters can be used to limit the number of records written to a sysout dataset?..

Answer / dinakarsekar

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

Post New Answer

More JCL Interview Questions

If Region=0k means What Happen?

2 Answers   IBM,


How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?

5 Answers   RBS,


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

0 Answers   IBM,


Is there any command to check wether the ps file is in sorted order?

4 Answers  


What is concatenating?

0 Answers  


what is the resolution for sb37 error

2 Answers   TCS,


Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?

4 Answers   HCL,


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

0 Answers  


Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?

5 Answers   Cognizant,


What is a S0C4 error ?

2 Answers  


Brief description of inline procedure of jcl.

0 Answers  


Categories