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 |
what is a cataloged procedure ?
how to set dependancy for jobs?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
Explain dfsort utility?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
how to execute the last 5 steps in jcl
using cursor how can you fetch more than one record into a variable
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
Can a job have only steplib and no joblib ?
What is the use of the utility DFSRRC00 in the JCL?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?