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

Flat file stauts check for errors


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

New User


Joined: 05 Jun 2007
Posts: 24
Location: kerala

PostPosted: Sun Aug 19, 2007 9:45 am
Reply with quote

For flat files (PS file) which are different scenarios usually happening which will cause open error read error close error.Is it need for checking in open,read errors in our cobol programmes ?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Aug 19, 2007 10:40 am
Reply with quote

Hello,

Usually errors with PS files are dcb incompatabilities between the file, the jcl, and/or the program definition of the file. You can also have errors when you try to open an already open file, close a file that is not opened (might never have been opened or has already been closed), read/write when the file is not opened or issue a read after end-of-file.

Concerning using file-status in your code, i suggest finding whether your organization has a programming standard and if there is one, follow that standard.

For myself, i have never used file-status for PS files in code i have written other than to demonstrate one thing or another to someone in a q&a type setting (like these forums).
Back to top
View user's profile Send private message
luttapi

New User


Joined: 05 Jun 2007
Posts: 24
Location: kerala

PostPosted: Sun Aug 19, 2007 11:10 am
Reply with quote

thanks , thanks a lot
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Aug 19, 2007 8:30 pm
Reply with quote

You're welcome icon_smile.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 5
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