in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / venu
if u give cond=only, it also do the same
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain the purpose of dd * statement in jcl?
How do you overcome this limitation ?
//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 /*
Why block size is multiple of lrecl in jcl?
What is the function of //cntl statement?
Explain dd statement in jcl?
Is acct parameter mandatory?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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
What is the function of dd disp parameter?
What is the function of a dd statement?
What dd statement is used to supply the name of a dataset?
Is automatic restart possible in jcl?