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 6567i 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 12410What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
9 15995I 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 65536I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
5 22917
Where can program checkpoints be stored for use in a restart?
what is “Cond= even” and “Cond=only”?
Is it possible to define dd statements as you want?
Explain how can values be passed from the job stream to an executable program?
How to submit jcl through a cobol program?
How does the jcl specify the job to os?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Which statement is used to identify the private libraries in job?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the function of a dd statement?
what is use of disp parameter in dd statement?
What is the function of //jcllib statement?
What is use of restart and how to use it?
How does jcl act on a cobol code?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?