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 add one input & one Out file in existing cobol
program.
how approach tell me step by step.


Answer Posted / aniket potwekar

Add File-control para in environment division with select
clause for input and output file.Declare there organization
and access mode.
then in data division add file descriptor entry for each
file.These must be in file section.
Then use these files in procedure division.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the cobol database components?

1213


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1174


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

2131


What is the use of intialize verb?

1298


What is rmode(any) ?

1324


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

1125


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

1262


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1479


What are 77 levels used for?

1142


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5425


Write a program that uses move corresponding.

1201


Discuss about changing dataset name in proc.

1288


What is the usage of comp fields in cobol?

1222


I have a File that has duplicate records. I need only those records that occur more than thrice.?

10001


How do define dynamic array in cobol.

1182