i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / mahesh
I think its not possible because , always first step need
to execute, then based on the CC of the first step,
we can specify COND whether to SKIP or Process a Step in
JCl.
Note : You cannot use Restart Parameter in the above
cases. it is used only when the Job is Abended.
Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
Explain the function of //cntl statement?
what JCL Procedures?
What are the utility programs in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
whats the diff bw the evaluate also and and?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is use of dcb parameter in dd statement?
which utility is used to run a cobol-db2 program?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain how can a jobs execution priority be modified?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how can the same proc be re-used and called by many jobs?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can we use DISP=SHR in output file in JCL
What is NOTCAT ?