.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
What is a scope terminator give example?
How do we get current date from system with century in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Define static linking and dynamic linking.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Which mode is used to operate the sequential file?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are all the divisions of a COBOL program?
What are different data types in cobol?
What is redefines clause in COBOL?
What rules are followed by the search verb.
Name some of the examples of COBOl 11?
What are the different data types in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between external and global variables in COBOL?