View previous topic :: View next topic |
Author |
Message |
mainframemouli Beginner
Joined: 23 Feb 2005 Posts: 87 Topics: 33
|
Posted: Mon Oct 16, 2006 3:23 am Post subject: Problem with the EXternal File read in the 2 level call |
|
|
I have a program A(main program)
File is declared in the A(mainprogram) as External.
A is calling B ( the call is Static)
B is calling C ( the call is Dynamic )
Now i am trying to access the External file in the Program 'C'. I am getting a file status as '47'.
(ie)47- Trying to read a file thats not been opened.
Even i made the call like A to B - Static call
B to C - static call
still the problem exists what might be the reason where i am failing ??? |
|
Back to top |
|
|
mainframemouli Beginner
Joined: 23 Feb 2005 Posts: 87 Topics: 33
|
Posted: Mon Oct 16, 2006 3:25 am Post subject: |
|
|
In the program 'C' also the file is declared EXTERNAL in the FD. |
|
Back to top |
|
|
|
|