Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
VSAM File status 41 I-O read error

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
anandinmainframe

Active User


Joined: 31 May 2007
Posts: 52
Location: INDIA

PostPosted: Wed Oct 08, 2008 7:56 pm    Post subject: VSAM File status 41 I-O read error
Reply with quote

Hi,
Can anyone tell me the Syntax for I-O read.
i am getting the file status 41, while i am reading in I/O MODE.
how to append a O/P File(Not in JCL) Through file handling.
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 941
Location: Atlanta, GA

PostPosted: Wed Oct 08, 2008 8:01 pm    Post subject:
Reply with quote

Did you look up the file status 41? This can be found in the sticky at the start of the COBOL forum. Hint: the problem is not a read.

I-O read syntax is no different than INPUT read syntax; why would you think it would be different?

And what does this mean?
Quote:
how to append a O/P File(Not in JCL) Through file handling.
If you're talking about dynamically allocating a file to append, the manual is the Language Reference and the link is at the top of the page.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1199
Location: At my desk

PostPosted: Wed Oct 08, 2008 8:12 pm    Post subject:
Reply with quote

Logic error condition
41
An OPEN statement was attempted for a file in the open mode.
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2222
Location: Phoenix, AZ

PostPosted: Thu Oct 09, 2008 12:09 am    Post subject:
Reply with quote

Hi,

You might like to check these similar links as well..

http://www.ibmmainframes.com/viewtopic.php?t=34717&highlight=open
http://www.ibmmainframes.com/viewtopic.php?t=34651&highlight=

Status Code 41 usually comes in when there is a flaw in your logic - it's a logical error, as suggested, your program logic tries to OPEN the same file again. Try to put a DISPLAY before the statement where you issue an OPEN & check in the SYSOUT how many times your program tries to execute OPEN statement..if two continuous messages are displayed in SYSOUT (& no CLOSE is issued between them)- check your logical flow again.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1