What is the parameter to be passed in the job card for the
unlimited time , irrespective of the job class ?
Answers were Sorted based on User's Feedback
What is the improvement to COND= in the latest version of MVS?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
Explain about LMMFIND - find a library member
What is the motivation behind coding class parameter in job statement?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
How to run cobol program using jcl?
How to find in aparticular step how many versions a paricular gdg base have?
How do you override a parameter in Positional parameters?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
Is there any command to check wether the ps file is in sorted order?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?