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 16:08:15 #1
 gande   Member Since: June 2008    Total Comments: 1 

RE: How do you delete specific record using COBOL
 
DELETE file-name RECORD
     

 

Back To Question