Search found 5 matches

by Ashalata M
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: 3314

Re: Can we use same copy book for different files in COBOL?

Thanks Robert. I am in the process of getting the approval to change the copybook.

thanks
by Ashalata M
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: 3314

Re: Can we use same copy book for different files in COBOL?

I'm gettign the below error;

Code: Select all

"SALES-AMOUNT" WAS NOT A UNIQUELY DEFINED NAME. THE DEFINITION TO BE USED CONTEXT. THE REFERENCE TO THE NAME WAS DISCARDED.
which is expected as you all said. I do not know if without changing the copybook I can do somthing.
by Ashalata M
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: 3314

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.
by Ashalata M
Fri Jul 03, 2015 9:44 pm
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 500808

Re: How did you find us?

Hi,

I found a search result on the yandex search engine, later registered here.
by Ashalata M
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: 3314

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 can use it this wa...

Go to advanced search