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

How to resolve File status 46?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Tharak

New User


Joined: 22 May 2006
Posts: 2

PostPosted: Mon May 22, 2006 10:58 am
Reply with quote

Please help me fix COBOL File status code 46
Back to top
View user's profile Send private message
twissi

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Mon May 22, 2006 6:20 pm
Reply with quote

Hi Tharak,

Look at your program again with the reason for File Status 46:

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.

Cheers, Twissi.
Back to top
View user's profile Send private message
vijayamadhuri

Active User


Joined: 06 Apr 2005
Posts: 180

PostPosted: Tue May 23, 2006 12:06 am
Reply with quote

There is something wrong with u r i/p file.Check u r job to see if the lrec u have provided there and in the pgm are the same.
Back to top
View user's profile Send private message
Tharak

New User


Joined: 22 May 2006
Posts: 2

PostPosted: Tue May 23, 2006 2:17 am
Reply with quote

Hi Twissi,

Thanks for your quick reply....It worked....

Cheers
Tharak
Back to top
View user's profile Send private message
twissi

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Tue May 23, 2006 2:03 pm
Reply with quote

Tharak,

No problem, I'm glad that it worked.

Vijayamadhuri, just for your information, if there's a mismatch between the LRECL in the program and the JCL, the file status will be 90.

Cheers, Twissi.
Back to top
View user's profile Send private message
rock23

New User


Joined: 19 Sep 2010
Posts: 1
Location: coimbatore

PostPosted: Fri Oct 15, 2010 3:13 pm
Reply with quote

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:

Quote:
° The preceding READ statement was unsuccessful but did not cause an
at-end condition.

° The preceding READ statement caused an at-end condition.
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 -> All Other Mainframe Topics

 


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