Thanks Robert. I am in the process of getting the approval to change the copybook.
thanks
Search found 5 matches
- Tue Aug 04, 2015 12:22 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Can we use same copy book for different files in COBOL?
- Replies: 7
- Views: 4998
- Thu Jul 30, 2015 3:01 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Can we use same copy book for different files in COBOL?
- Replies: 7
- Views: 4998
Re: Can we use same copy book for different files in COBOL?
I'm gettign the below error;
which is expected as you all said. I do not know if without changing the copybook I can do somthing.
Code: Select all
"SALES-AMOUNT" WAS NOT A UNIQUELY DEFINED NAME. THE DEFINITION TO BE USED CONTEXT. THE REFERENCE TO THE NAME WAS DISCARDED.- Sat Jul 04, 2015 11:47 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Can we use same copy book for different files in COBOL?
- Replies: 7
- Views: 4998
Re: Can we use same copy book for different files in COBOL?
Thanks. So with the current copybook structure using it for multiple files is not advisable? As it has got 01 level in it.
- Fri Jul 03, 2015 9:44 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 789786
Re: How did you find us?
Hi,
I found a search result on the yandex search engine, later registered here.
I found a search result on the yandex search engine, later registered here.
- Fri Jul 03, 2015 9:15 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Can we use same copy book for different files in COBOL?
- Replies: 7
- Views: 4998
Can we use same copy book for different files in COBOL?
Hi,
I have a copybook which I want to use for two input files and one output file.I have defined the copy book in FD section of each file, like this:
Input file 1 :
FD File1
Copy copybook
Input file 2 :
FD File2
Copy copybook
Output file :
FD File3
Copy copybook
I have rad that we ...
I have a copybook which I want to use for two input files and one output file.I have defined the copy book in FD section of each file, like this:
Input file 1 :
FD File1
Copy copybook
Input file 2 :
FD File2
Copy copybook
Output file :
FD File3
Copy copybook
I have rad that we ...