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

Explain the function of a dd statement?

645


How can a jobs execution priority be modified?

782


What is multithreading in jcl?

917


How can an in-stream dataset be terminated?

832


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1912






What is catelog procedure and how many catelog procedure to use in one job?

7396


What is job control language?

597


What parameter of the job statement is used to limit the cpu time consumed by the job?

820


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.

717


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2038


What is the function of the dd avgrec keyword in sms datasets?

812


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

569


Name a few IBM utility programs, and explain its function.

4420


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1786


Explain the purpose of the dd keylen parameter?

656