What parameter of the job statement is used to limit the cpu time consumed by the job?
No Answer is Posted For this Question
Be the First to Post Answer
how to create gdg with out using idcams utility
What is DISP= (NEW,PASS,DELETE)?
How to find out the number of records in a file using JCL
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
How to release the Output HELD by using HOLD = YES on DD statement ?
What is a PROC? What is the difference between an instream and a catalogued PROC?
How would you understand error(execution phase)?
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 ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?