i have step1,step2,step3 from where can i start coding cond parameter ?
Answers were Sorted based on User's Feedback
Answer / srk
u can code cond parameter on any step but coding it on step1
results nothing because no return code verification for step1.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / arunudhay
You can start either from step 1 or 2 or 3,it doesn't matter
but depending on your COND stmt the steps will be executed.
| Is This Answer Correct ? | 5 Yes | 4 No |
Name some of the JCL statements that are not allowed in procs.?
whats the difference between empty and noempty of GDG?
in ways data can be passed to a COBOL program from JCL?
Is condition checking possible in jcl? If yes, how?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
Can we use empty VSAM as input?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
What is jcl in mainframe?
Can we use DISP=SHR in output file in JCL
Explain the function of job statement in jcl?