Answer Posted / guest
Storage violation error - can be due to various reasons.
e.g.: READING a file that is not open, invalid address
referenced due to subscript error.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
//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 is the function of the dd mgmtclas keyword in sms datasets?
In job processing, what happens in conversion stage?
Is it possible to code instream data in a PROC?
When space is allocated for an output dataset, what units can be used?
what is the resolution for sb37 error
A dd statement consists of 4 fields. Name them?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What does a disposition of (MOD,DELETE,DELETE) mean ?
in ways data can be passed to a COBOL program from JCL?
Explain how can a stopped job be started again?
List the various advantages of using jcl language?
What is the motivation behind coding class parameter in job statement?
what is a jcl?