WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / dhanumjaya
in this case if the dataset already exist then it will
delete,otherwise the dataset first created and after deleted
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
is there any way to execute more than one proc in the same exec statement at the same time..?
Differentiate between the joblib and the steplib statements?
what is JCL?
Explain the function of a dd statement?
Explain the function of //jcllib 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 /*
How do you submit a job for execution?
What is the maximum length of a single line of jcl?
In job processing, what happens in execution stage?
how you can access an uncataloged dataset in a JCL?
Explain the function of dd disp parameter?
What do you understand by the term notcat 2 – gs?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.