How to execute 300 steps in a Job?

Answer Posted / vimal kumar

Write a jcl like the below. Two jobs will be submitted from
the same jcl.

//JOBCARD1 .........
//STEP1 EXEC ...
......
.....
//STEP255 EXEC ...
...
//JOBCARD2 ....
//STEP256 ..
.........

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about jcl?

651


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.

731


Is acct parameter mandatory?

764


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?

822


Suppose I have five jobs to do. But I want to hold one?

662






What are steplib and joblib?

725


Is it possible to define dd statements as you want?

646


What are the parameters that are used in creating a gdg?

741


what is DSN parameter and DISP parameter is used for?

680


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1773


Is condition checking possible in jcl? If yes, how?

737


How would you understand error(execution phase)?

633


How can a jobs execution priority be modified?

799


what is the purpose of coding class parameter in job statement?

726


What are steplib and joblib? What for they are used?

697