How to execute 300 steps in a Job?

Answer Posted / jugal kishor

Answer number 10 is not correct, the total number of steps
in all the procs <= 255

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a jcl to execute a job by 7:00 am on jan 20,1986?

780


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5167


What do you understand by the term notcat 2 – gs?

856


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.

814


Why include statement is used in a jcl?

785






Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

807


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1013


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

733


how you will the direct the data to spool using sysout option?

1927


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

744


What are the rules employed while naming the steps in a job?

778


can any one plzzzzzz tell the jcl code for creating ps using idcams

10770


Which dd parameters are required?

802


when can a job time-out occur? How to overcome that?

843


Differentiate between addressing mode and run mode.

689