How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about RECORDING MODE Clause
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
What is difference between Return Code, user completion code, Abend code and reason Code?
For what purpose steplib and joblib are used ?
what is use of space parameter in dd statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain COND used in JCL?
What does the one advantange of using IEBUPDTE?????
How to overide the symbol parameter in the jcl ?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
What is 'S0C7' abend?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?