.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
Describe the cobol database components?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the use of intialize verb?
What is rmode(any) ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are 77 levels used for?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write a program that uses move corresponding.
Discuss about changing dataset name in proc.
What is the usage of comp fields in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do define dynamic array in cobol.