How can the disposition of sysout datasets be set for an entire jobstream?
No Answer is Posted For this Question
Be the First to Post Answer
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is RESTART? How is it invoked?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
when can a job time-out occur? How to overcome that?
i have step1,step2,step3 from where can i start coding cond parameter ?
List the different jcl statements that are not permitted in the procedures?
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)
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.