If anyone came accross this status code please help.
It is saying that some type of vsam logic error is happening. Jus curious to know that Is there any chance of having this type of error if we dont have any access previledge?
I have encountered once this error.This error can happens if,
1. Trying to write a file open in input mode.
2. Trying to read a file opened in output mode.
3. Trying to open file which is already opend or trying to close a file which is already closed.
If none of the above situation is happening just check the access mode or organization of the file, is there any problem in that.
Let us know if you have further query..
correct me if i m wrong.
Joined: 13 May 2005 Posts: 21 Location: Bangalore/India
All file status code starting with 9 is Implementor-defined condition has met, as The first character of the file-status-key is known as status-key-1. The second character is known as status-key-2. The combinations of possible values and their meanings for 90 indicates writing to a file open in input mode or read a file opened in output mode otherwise open file which is already opend or trying to close a file which is already closed.
In my case I don't have the access to open the file and wen I was trying to open the file In INPUT mode it is saying a Logical error, since I can't open the file. I replaced the file with another one, upon which it works fine.