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...

How to delete the records of a dataset through cobol
programme?We should not use jcl utilitities like IDCAMS.

Answer Posted / janardhan

we can delete by usinf the files concept.

if case of sequential file there is no direct delete option.
for this

1) read the record and rewrite with spaces.
2) read record from one file and write it into another file
by excluding the record which has to be deleted.

if case of indexed file we can directly delete the record
as it contains the indexed no.

same for relative files.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which mode is used to operate the sequential file?

1256


HOw can I get the negative sign while deduct high value from low value

2304


Whats the difference between search & search ALL?

6662


What guidelines should be followed to write a structured cobol prgm?

1211


Explain about different table spaces.

1155


What is the utilization of copybook in cobol?

1273


What is comp-1 and comp-2?

1278


What is the difference between PIC 9.99 and PIC9v99?

1403


What is the difference between external and global variables in COBOL?

1543


What is a report item?

1194


Why did you choose to work with ibm mainframe cobol programming?

1159


Write a program that uses move corresponding.

1208


) how do u code after getting data?

2210


Write the code to count the sum of n natural numbers.

1258


What is the difference between Call and a Link?

1263