IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

File Status 90 and 92


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
aishwarya_singh

New User


Joined: 06 Apr 2005
Posts: 21

PostPosted: Wed Apr 06, 2005 2:57 pm
Reply with quote

Hi All,
Can anybody tell me What does File Status 90 and 92 signify? I have written a cobol program and in that program i am opening a sequential file in INPUT mode and then i am reading the records from the file. While opening the file it is showing the File Status 90 and while reading the file it is giving File Status 92.But after reading it is not going for rest of the program.

Waiting for reply.
Aishwarya.
Back to top
View user's profile Send private message
thiru.guduru

New User


Joined: 06 Apr 2005
Posts: 9
Location: Bangalore

PostPosted: Wed Apr 06, 2005 5:06 pm
Reply with quote

Flile Status 90:
I think there was a mismatch between the input file length and Cobol Select card specifications

Make sure that u are using correct ddnames

File Status 92:
File Status 92 will occur when you are trying to do some operations on closed file.
Back to top
View user's profile Send private message
sandra

New User


Joined: 06 Apr 2005
Posts: 27

PostPosted: Wed Apr 06, 2005 5:27 pm
Reply with quote

file error status of '92' could be of the following reasons
1.LOGIC ERROR/OPENING AN OPEN FILE
2.READING OUTPUT FILE
3.WRITE INPUT FILE
4.DELETE OR REWRITE WITHOUT A PRIOR READ
Back to top
View user's profile Send private message
aishwarya_singh

New User


Joined: 06 Apr 2005
Posts: 21

PostPosted: Wed Apr 06, 2005 6:10 pm
Reply with quote

Sandra/thiru.gudura

Thanks for the reply. icon_biggrin.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top