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

FTP Skip or ignore error and process other files


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

New User


Joined: 17 Feb 2007
Posts: 52
Location: USA

PostPosted: Wed Sep 27, 2017 8:12 pm
Reply with quote

Can anyone please let me know if we can skip processing any File from FTP step that is getting in error and continue with rest of other files?

Here are the 2 type of errors I am getting but error code is same.

550 The system cannot find the file specified.
Std Return Code = 16550, Error Code = 00002
FTP000 - ENDED BY CC 0166


550 The process cannot access the file because it is being used by another process
EZA1735I Std Return Code = 16550, Error Code = 00002
FTP000 - ENDED BY CC 0166


Here is the FTP step. If FILE3.txt gets any of the above error I need to skip/ignore that file and continue process FILE4.txt and FILE5.txt. Right now the Job gets abend and does not process rest of other files. We had to Manually process them later. Can we automate it to process rest of files?


IP Address
User
pwd
cd Myfolder\invoices
get FILE1.txt 'MAINFRM.FILE1' (REPLACE
get FILE2.txt 'MAINFRM.FILE2' (REPLACE
get FILE3.txt 'MAINFRM.FILE3' (REPLACE
get FILE4.txt 'MAINFRM.FILE4' (REPLACE
get FILE5.txt 'MAINFRM.FILE5' (REPLACE
close IP Address
quit
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Wed Sep 27, 2017 10:14 pm
Reply with quote

Or do it the only way I have seen it done at the various places that I have worked - one data set per FTP execution. Use condition codes to continue processing.
Back to top
View user's profile Send private message
AJAYREDDY

New User


Joined: 17 Feb 2007
Posts: 52
Location: USA

PostPosted: Fri Sep 29, 2017 9:17 pm
Reply with quote

Thanks Nic. I think that is what we are going to do. I gave that one as example. We have around 70 files to split in different FTP steps LOL.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Sat Sep 30, 2017 3:35 am
Reply with quote

That should keep you busy - for abouit an hour.
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 Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top