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

While processing a file i got file status 46


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

New User


Joined: 17 Apr 2007
Posts: 3
Location: Hyderabad

PostPosted: Wed Jun 13, 2007 9:46 am
Reply with quote

Hi,

While processing a file i got file status 46. Can i know the process to solve this File status.

Thanks and Regards
Back to top
View user's profile Send private message
Raphael Bacay

New User


Joined: 04 May 2007
Posts: 58
Location: Manila, Philippines

PostPosted: Wed Jun 13, 2007 11:18 am
Reply with quote

I looked up file status 46 and came up with the following:

A sequential READ statement was attempted on a file open in the input or I-O mode and no valid next record had been established because:
1. The preceding READ statement was unsuccessful but did not cause an at end condition
2. The preceding READ statement caused an at end condition.


You better take a look at your READs. It might not be getting the data from the input file. What's your READ command and the preceeding and succeding commands like?


Regards.
Back to top
View user's profile Send private message
miggranados

New User


Joined: 12 Jun 2007
Posts: 2
Location: BRASIL

PostPosted: Thu Jun 14, 2007 7:36 pm
Reply with quote

this verifies if command OPEN being executed before the READ.
Back to top
View user's profile Send private message
Vineet

New User


Joined: 14 Sep 2005
Posts: 20

PostPosted: Fri Jun 15, 2007 5:30 pm
Reply with quote

This Error = 46 generally comes Once last Record being Red from File & again it encounters the 'Read Verb' for the same file. Verify all Read statements in your Pgm. & Correct. One Alternate Sol. (Suggestion is to Fix, If Not Able to Do so then Go for Alternate Sol.). Check for Status-Code of File, Once Status Code = 10. Put 'Stop Run'.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
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
Search our Forums:

Back to Top