How to execute 300 steps in a Job?
Answer Posted / gowthami
we need to split the jcl into two jcls, at the end of first jcl check the condition code and initiate the second jcl.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How gdg are concatenated?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of job statement in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
which utility is used to run a cobol-db2 program?
what happens in execution stage in job processing?
How would you understand error(execution phase)?
how would you create a temporary dataset? And where will you use them?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What are the parameters that are used in creating a gdg?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you