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
how do you access an uncataloged dataset in a jcl?
What is the syntax of JCL statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain how can values be passed from the job stream to an executable program?
How jcl work to handle various input output file operations?
Explain the function of //cntl statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is their any limit for data sets?
how you can direct the data to spool using SYSOUT option?
Which dd parameters are required?
Explain how can a stopped job be started again?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
//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 /*
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?