What is Cataloged Procedures?
No Answer is Posted For this Question
Be the First to Post Answer
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Explain the hierarchy levels in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
how to skip the steps in JCl
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
in jcl you are having JCLLIB and STEPLIB what happens
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the use of temporary files?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
Where & How Do You Code Identifier In Jcl?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.