i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
IBM,
1 6475i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
IBM,
6 12180What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
9 15657I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 65216I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
5 22706
What is the difference between the positional and keyword parameters? Give examples.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can unused space allocation be returned to the system when a dataset is closed?
Name a few IBM utility programs, and explain its function.
How do you overcome this limitation ?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to do automated restart when a job abend?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the function of the dd dcb keyword?
What are the jcl procedures?
Differentiate between addressing mode and run mode.
Which dd parameters are required?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK