Answer Posted / rajesh_m13
Using COND operator if the condition is true it does not
execute
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
What is the use of disp parameter?
How does jcl act on a cobol code?
What is the function of dd name parameter with a 2 part structure; audit.report?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How jcl is used for testing batch programs?
Is automatic restart possible in jcl?
//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 /*
Explain how can an in-stream dataset be terminated?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to pass data to a program that is coded in an exec statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Name the statement which can be used to send data to another mvs jes3 node?
How does the jcl specify the job to os?
What does a disposition of (new,catlg,keep) for a dsn mean?
Name a few IBM utility programs, and explain its function.