When will we need to specify Space parameter ?
Answer Posted / g.naveen
If we creating a new dataset either pds or ps we need to
specify Space parameter.Space parameter is keyword
parameter in dd statement of Jcl
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
//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 motivation behind coding class parameter in job statement?
Is automatic restart possible in jcl?
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?
Explain dd statement in jcl?
Differentiate between addressing mode and run mode.
write a jcl to execute a job by 7:00 am on jan 20,1986?
Why include statement is used in a jcl?
Is acct parameter mandatory?
What is the difference between run mode and addressing mode?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is concatenating?
how to do automated restart when a job abends?
Explain how can the submitting users racf authority be overridden in a job stream?
what happens in conversion stage in job processing?