Answer Posted / sunil
SB37: Dataset is Full Solution is, Create the data set with
more storage space.
SD37: Dataset set is Full this error happens if primary
quentity is full and did not mention the secondary
Quentity,Solution for this is Specify the secondary
quentity.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what happens in execution stage in job processing?
Mention the types of job control statements?
what is use of disp parameter in dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
what is use of space parameter in dd statement?
How can the attributes of one sms dataset be copied to another dataset?
Explain the function of a dd statement?
In sms datasets, what is the function of the dd avgrec keyword?
What parameter of the job statement is used to limit the cpu time consumed by the job?
//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 use of IEBGENER utility?
how you can direct the data to spool using SYSOUT option?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain