what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to left uncode disp? If yes, how?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
How can a stopped job be started again?
which utility is used to update pds?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain how can the attributes of one sms dataset be copied to another dataset?
Why include statement is used in a jcl?
how to allocate a dynamic dataset in jcl ?
What happens if both JOBLIB & STEPLIB is specified ?
can we bowse or edit the GDG dataset if it is a tape entry?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?