Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answers were Sorted based on User's Feedback
Answer / ven
just step condition will dominate the job condition. that's
it.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / vinay sonar
If we code it both in step and job step will dominate over
job
| Is This Answer Correct ? | 0 Yes | 2 No |
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
What all are the changes to be made in JCL so as to do testing?
how to increase the space of a dataset in instream procedure.
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
which are the parameters mandatory in job card ?
What is primary allocation for a dataset?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
How is a type of file defined in the jcl that executes the cobol program?
How can a jobs execution priority be modified?
What is the difference between static call & Dynamic call ?
Describe the EXEC statement, its meaning, syntax and keywords?