Using DELETE what type of file can you delete?
a)SEQUENTIAL FILE
B)INDEXED FILE
C)
D)
Some options were there..i cant remember
Answer Posted / y@$w@nth
We can only delete the records in a indexed file we can't
delete the records in a sequential file SO u can decide what
is the answer for above question
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Where can program checkpoints be stored for use in a restart?
which parameter is use to declare the name of dataset in dd statement?
List in order the hierarchical levels of jcl?
which utility is used to run a cobol-db2 program?
How does jcl specify the job to the operating system?
In sms datasets, what is the function of the dd avgrec keyword?
which parameter is used to check the syntax of a jcl without executing it?
What do you understand by the term notcat 2 – gs?
Brief description of inline procedure of jcl.
what is the use of IEBGENER utility?
Must tape dataset definitions include vol=ser specifications?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain about LMFREE�free data set from its association with data ID
how you can direct the data to spool using SYSOUT option?
//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 /*