Answer Posted / ravichandra
255
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
what are the statements that are not valid to be included in an include statement?
what happens in conversion stage in job processing?
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 /*
List the various advantages of using jcl language?
What is the purpose of dd dummy statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to alter the parameters for the existing gdg?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how you can access an uncataloged dataset in a JCL?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Which dd parameters are required?
what operation is performed by job statement?
How can a stopped job be started again?