in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is jcl in mainframe?
What is the function of //jcllib statement?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Do we need to code DCB parameters when using DISP position as MOD?
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?
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?
what is JCL?
What is multithreading in jcl?
there are 10 steps in jcl how to execute the steps from step2 to step8 only