Answer Posted / suresh
we use disp = (new,pass,delete) to create temporary data sets.
new is creates a new data set
pass on sucessful execution passes the datta set
delete it deletes the data setfrom the system
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
In job processing, what happens in execution stage?
Explain the jcl exec statement?
//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 /*
When output dataset space is required, what quantity categories are used?
Explain the function of //cntl statement?
List the different jcl statements that are not permitted in the procedures?
What is job control language?
what JCL Procedures?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Where & How Do You Code Identifier In Jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are some jcl statements that are not allowed in procedures?