Answer Posted / o
which job step u want ti execurte first, there u wtiten the
retsrt commands.
//jobname job restart=stepname...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How is a type of file defined in the jcl that executes the cobol program?
Explain the hierarchy levels in jcl?
Suppose I have five jobs to do. But I want to hold one?
How do you overcome this limitation ?
what is the use of JCL?
what is a jcl?
How gdg are concatenated?
//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 /*
How can return codes be tested before execution of a job step?
How jcl work to handle various input output file operations?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
List in order the hierarchical levels of jcl?