GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL

 Print  |  
Question:  How do you delete specific record using COBOL

Answer: i want delete one record from the file that is
50 th record how can we delete ...?


June 06, 2008 02:50:19 #3
 vukoti1229   Member Since: June 2008    Total Comments: 3 

RE: How do you delete specific record using COBOL
 
The file which we are using is VSAm file then we can go for Key mentioned ,
If it is a sequential file we have to read till the 49th record then needs to delete the 50th record, this is the main disadvantage with Sequential files.
     

 

Back To Question