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

COBOL - File not present error


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

New User


Joined: 08 Dec 2006
Posts: 12
Location: Kolkata

PostPosted: Thu Apr 23, 2009 3:30 pm
Reply with quote

Hi,

I am in a Unisys Migration project. In unisys, they can directly check from the program whether a file is present or not.

If present <do something> else <do other thing.(business functionality invloves here)>.

But in IBM side if the file is not present it will throw jcl error, it will not enter into the program.

But I want even if the file is not present it will enter in the program execution. Is there any way to do it?

Note: I know the file existence can be checked by IDCAMS, LISTCAT thru the jcl. But I need that checking should be done from program.

Let me know if any more information is required

Regards,
Ashim
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Apr 23, 2009 3:44 pm
Reply with quote

Quote:
The QSAM file is implicitly created if you use the runtime option CBLQDA and one of the following circumstances exists:An optional file is being opened as EXTEND or I-O. Optional files are files that are not necessarily present each time the program is run. You define a file that is being opened in INPUT, I-O, or EXTEND mode as optional by coding the SELECT OPTIONAL clause in the FILE-CONTROL paragraph. The file is being opened for OUTPUT, regardless of the OPTIONAL phrase


probably would help you if you read the ibm manual concerning COBOL
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 Replace each space in cobol string wi... COBOL Programming 3
Search our Forums:

Back to Top