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 6473i 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 12156What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
9 15642I 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 65209I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
5 22697
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are steplib and joblib?
Differentiate between addressing mode and run mode.
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 is the purpose of dd?
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
List in order the hierarchical levels of jcl?
What is the function of the dd dcb keyword?
Explain dfsort utility?
which parameter is use to declare the name of dataset in dd statement?
what happens in execution stage in job processing?
Explain how can an in-stream dataset be terminated?
what is use of dcb parameter in dd statement?
Which statement is used to identify the private libraries in job?
What are the utility programs in jcl?