Answer Posted / guest
All indicate dataset out of space. SD37 - no secondary
allocation was specified. SB37 - end of vol. and no further
volumes specified. SE37 - Max. of 16 extents already allocated.
| Is This Answer Correct ? | 91 Yes | 12 No |
Post New Answer View All Answers
What is the function of the dd mgmtclas keyword in sms datasets?
which parameter is used to check the syntax of a jcl without executing it?
How can unused space allocation be returned to the system when a dataset is closed?
Can we use DISP=SHR in output file in JCL
What are the difference between jcl and jes?
how do you access an uncataloged dataset in a 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 /*
In sms datasets, what is the function of the dd avgrec keyword?
Is their any set of rules for dd? Explain.
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Why include statement is used in a jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the difference between run mode and addressing mode?
How can values be passed from the job stream to an executable program?