WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / bhaskar r
Data modified and deleted.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain how can an in-stream dataset be terminated?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Differentiate between addressing mode and run mode.
Name a few IBM utility programs, and explain its function.
What is the difference between the positional and keyword parameters? Give examples.
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) ?
What is condition checking in jcl? Is this possible?
which parameter is used to check the syntax of a jcl without executing it?
//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 you can access an uncataloged dataset in a JCL?
What is the purpose of the dd keylen parameter?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Which dd parameters are required?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain