Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Where can program checkpoints be stored for use in a restart?

1490


which parameter is use to declare the name of dataset in dd statement?

1322


List in order the hierarchical levels of jcl?

1151


which utility is used to run a cobol-db2 program?

1467


How does jcl specify the job to the operating system?

1312


In sms datasets, what is the function of the dd avgrec keyword?

1159


which parameter is used to check the syntax of a jcl without executing it?

1427


What do you understand by the term notcat 2 – gs?

1296


Brief description of inline procedure of jcl.

1318


what is the use of IEBGENER utility?

1230


Must tape dataset definitions include vol=ser specifications?

1786


Explain how can the submitting users racf authority be overridden in a job stream?

1192


Explain about LMFREE�free data set from its association with data ID

1679


how you can direct the data to spool using SYSOUT option?

1520


//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 /*

1530