.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
How can you get the ksds file records into your cobol program?
What are the cobol coding sheets?
Are you comfortable in cobol or jcl?
What the difference is between continue and next sentence?
i need a small 3d program using inline and outline.
What is link edit in cobol?
What is cobol?
What are the different rules to perform a Search?
What is the Purpose of Pointer in the string?
What is the use of intialize verb?
What are different data types in cobol?
example for sub strings ? and refernce modifications whit output pls
Write a program to explain size error.
Which division and paragraphs are mandatory for a COBOL program?
How to remove 2 duplicate records and copy only one using job control language?