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

How to delete FTPed file?


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

New User


Joined: 21 Aug 2008
Posts: 5
Location: Pune

PostPosted: Tue Feb 23, 2010 4:59 pm
Reply with quote

Hi,

A file is being FTPed to server (which has the date of creation included in its file name).
Now, I need to delete that FTPed file depending on the duration it resides in server.

Please let me know how to acheive this.

Thank you.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Feb 23, 2010 5:11 pm
Reply with quote

Obviously the easiest way would be if your site had TSM or some other non mainframe ILM software installed.

Have you spoken to your storage management group.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Feb 23, 2010 8:34 pm
Reply with quote

We have a similar process that runs "weekdaily" (i.e., Monday through Friday). In essence, get a directory of files in the target folder(s), determine which are candidates for deletion, and fabricate DOS or *nix DELETE commands for them. If you have suitable PC/LAN scripting facilities (e.g., Regina), you can do it all on the LAN side; otherwise, you'll want to fabricate your command files on the mainframe with Rexx, FTP them to the LAN, and then FTP the results (piped into a file) back to the mainframe and parse it there with Rexx.
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 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 DELETE SPUFI DB2 1
Search our Forums:

Back to Top