ibm - Is there any file managemtn stage in datastage 9.1 -


i using ibm infoshare server 9.1 datastage, have flat file location , put file location daily, have designed job read , upload files db, want automate move files other location after upload, there file management stage in ds process...?

create sequence job , add execute command activity after job activity , in execute command activity

put linux mv command per requirement if both locations on same server

mv sourcefilepathorpattern  targetpath 

or

if target location on different server create sftp or ftp script , call execute command activity


Comments