Answer Posted / kavitha
Protection exception or storage exception error
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How do you submit a job for execution?
How can unused space allocation be returned to the system when a dataset is closed?
i want to store 20 digits . how will u do it in cobol ?
Differentiate between addressing mode and run mode.
what is the difference between JES3 and JES2?
//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 operation is performed by job statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What does a disposition of (new,catlg,keep) for a dsn mean?
Are there any set of rules for the names of the steps used in a job?
List in order the hierarchical levels of jcl?
what is SOC4 error?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the jcl exec statement?