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
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What do you understand by the term notcat 2 – gs?
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.
Why include statement is used in a jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
//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 /*
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how you will the direct the data to spool using sysout option?
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?
What are the rules employed while naming the steps in a job?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Which dd parameters are required?
when can a job time-out occur? How to overcome that?
Differentiate between addressing mode and run mode.