If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answers were Sorted based on User's Feedback
Answer / santhosh g.j.
If A PROC HAS steps, which are like step2,step3,step4,step5
and i want to execute only step3 then how do we need to
code jcl using IEBEDIT.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / samay simant
Hi,
I recommend the following steps:
1)Restart=step3 in the job card
2)cond=even in 4th step,what will happen it will bypass
this step even if 3rd step abends.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / syntel
You can Use RESTART in job cards.
RESTART=JOBSTEPNAME.PROCSTEPNAME
Thanks
| Is This Answer Correct ? | 4 Yes | 31 No |
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
What is concatenating?
what is the use of JCL?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
What are the jcl procedures?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
What is JCL LIB ?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
can we give instream data in procedure
For how long a job can be executed continuously in a mainframe ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?