View previous topic :: View next topic |
Author |
Message |
Jamylady Beginner
Joined: 04 Nov 2004 Posts: 68 Topics: 22
|
Posted: Mon Apr 03, 2006 4:34 am Post subject: Cobol subroutine(call) and files |
|
|
Hi,
I have a file opened as output in a main program. I am calling a sub program from this main program, and in the sub-program, I need to write records in to the file I opened in the main program. Is there any way by which I can achieve this with out closing the file in the main program, then select, re-open in the sub-program?
Thanks
JA |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Jamylady Beginner
Joined: 04 Nov 2004 Posts: 68 Topics: 22
|
Posted: Mon Apr 03, 2006 1:02 pm Post subject: |
|
|
Thanks many |
|
Back to top |
|
 |
|
|