Explain the purpose of dd dummy statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is inrec fields and outrec fields in sorting
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
How can a stopped job be started again?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
How can an in-stream dataset be terminated?
what is a MODELDSCB?
wht do u mean by notify parameter, how can u give acess to multiple users ?
How is a new GDG coded?
what is the purpose of coding class parameter in job statement?
can we maintain 2 generations with different Lengths in Same GDG ?
What are the rules employed while naming the steps in a job?