In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / rajesh kumar.t
1.use COND par for each step.
2.comment the STEP7-10.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
In job processing, what happens in execution stage?
Explain how can return codes be tested before execution of a job step?
What are s0c1, s0c4, s0c5, s0c7 and socb?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Matching Logic in Jcl not in cobol.Could any one please answer this question
//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 are the parameter we cannot use in procedure?
Is condition checking possible in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you understand by the term notcat 2 – gs?
Explain how can the attributes of one sms dataset be copied to another dataset?
In sms datasets, what is the function of the dd avgrec keyword?
which utility is used to sort a file in jcl?
How does jcl specify the job to the operating system?