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

Non existant VSAM file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Manas Sinha

New User


Joined: 29 Apr 2008
Posts: 20
Location: United Kingdom

PostPosted: Wed Jul 09, 2008 3:12 pm
Reply with quote

Hi All,

I have a JCL in which I want to skip the processing if the VSAM file is not present. If the file is present, then I want to go execute all steps in the JCL.

Can this be achieved using IDCAMS ?

Best regards,
Amit.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 09, 2008 3:16 pm
Reply with quote

Yes it can
Back to top
View user's profile Send private message
Manas Sinha

New User


Joined: 29 Apr 2008
Posts: 20
Location: United Kingdom

PostPosted: Wed Jul 09, 2008 3:18 pm
Reply with quote

Hi Expat,

This is what I could think of using IDCAMS -

Define a file using IDCAMS, if return code is 0 - Skip processing, if return code > 0, then continue processing

Is there a better approach ?

Best regards,
Amit.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 09, 2008 3:31 pm
Reply with quote

Manas Sinha wrote:
Hi Expat,

This is what I could think of using IDCAMS -

Define a file using IDCAMS, if return code is 0 - Skip processing, if return code > 0, then continue processing

Is there a better approach ?

Best regards,
Amit.

I'd go the other way around - LISTCAT to see if the file exists and execute accordingly.

If you set the file up, then the next time that you run the job, the file will exist so will cause the process to execute. Checking to see if the file already exists is safer.
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 -> JCL & VSAM

 


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