Answer Posted / rashmi j
Use following DB panel to add dependecy
To add Job Dependency
DB.3.2
To add Dataset Dependency
DB.3.1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is their any limit for data sets?
how to run batch program without jcl?
Are there any set of rules for the names of the steps used in a job?
Differentiate between addressing mode and run mode.
how you can access an uncataloged dataset in a JCL?
Explain the purpose of dd dummy statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
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.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
when can a job time-out occur? How to overcome that?
What are the utility programs in jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Give the syntax of job specifying jcl statement.