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 5863i 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 10586What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
9 13343I 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 62558I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
5 21166
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
which utility is used to sort a file in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of //cntl statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of dd * statement in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What does a disposition of (new,catlg,keep) for a dsn mean?
what is the use of JCL?
What is the maximum length of a single line of jcl?
Explain the purpose of dd dummy statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the function of job statement in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.