How can the submitting users racf authority be overridden in a job stream?
No Answer is Posted For this Question
Be the First to Post Answer
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
In sms datasets, what is the function of the dd mgmtclas keyword?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
What statement can be used to send data to another mvs jes3 node?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
i have step1,step2,step3 from where can i start coding cond parameter ?
Explain the function of a dd statement?
what is SOC4 error?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
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?