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
 
Setting Return code for FTP DEL step

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
cma rajith

New User


Joined: 28 May 2008
Posts: 14
Location: India

PostPosted: Wed Sep 10, 2008 3:34 pm    Post subject: Setting Return code for FTP DEL step
Reply with quote

Requirement is move the job to error queue if the FTP DELETE is successfull. For this I have to change the MAXCC of Delete step to more than 4.

Code:

//FTPDEL  EXEC PGM=FTP,PARM='52.18.213.42 (EXIT',COND=(0,NE),
//             REGION=8M                                     
//STEPLIB DD DSN=SYS1.SCEERUN,DISP=SHR                       
//SYSTCPD DD DSN=SYS1.TCPPARMS(TCPDATB0),DISP=SHR                                                 
//INPUT     DD *                                             
ftp_ibm                                                       
ibm01                                                         
CD test\APCIS                                                 
pwd                                                           
binary                                                       
DELETE test.di.iol                                           
ls                                                           
close                                                         
quit                                                         
/*   
Back to top
View user's profile Send private message
References
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3383
Location: Charlotte,NC USA

PostPosted: Wed Sep 10, 2008 4:45 pm    Post subject: Reply to: Setting Return code for FTP DEL step
Reply with quote

You can't do what you want. Setting a non-zero return code for a successful process is rather counter-intuitive.

My best suggestion is to make sure that you write the output of the //OUTPUT DD to a dataset, then in a subsequent step read that dataset and look for the message where the DELETE command was successful. Then, you can set a return-code value as appropriate.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1