How to alter the parameters for the existing gdg?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
Can we change a FB file to VB file in JCL? Please help
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
can we modify the code in copy book? if it possible how to submit ofter the modification.
What do you understand by the term notcat 2 – gs?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How many types of libraries are there in JCL ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?