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

Incase of any FTP error, Need to put the JCL in error state


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

New User


Joined: 11 Nov 2010
Posts: 22
Location: Mumbai

PostPosted: Mon Jan 30, 2012 12:06 am
Reply with quote

Hi All,

We have Tivoli work scheduler and one of the AD in it has set of jobs to transfer the file using ftp step.

Sometimes file are not transferred properly because of connection issue. Even though file not transfers properly its respective jobs are getting complete.

I need to put the job in error incase of any ftp failure. Could you please let me know how I can achieve it.

Thanks
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Mon Jan 30, 2012 3:04 am
Reply with quote

Hi,

why isn't the job returning a non zer0 return code if the FTP is unsuccessful ?

What is the PARM information you have coded in the job ?


Gerry
Back to top
View user's profile Send private message
Gurumanoj Gurusamy

New User


Joined: 11 Nov 2010
Posts: 22
Location: Mumbai

PostPosted: Mon Jan 30, 2012 10:39 am
Reply with quote

Hi,

Please find the PARM details below,

//SFTPRUN1 EXEC PGM=FTP,PARM='10.27.236.99'

Thanks
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Mon Jan 30, 2012 11:00 am
Reply with quote

Hi,

if you code this
Code:
PARM='10.27.236.99 (EXIT=8'                     
it will return a rc of 08 if it fails.


Gerry
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top