I need to run a job if a particular file is present in a certain location. The method used is : to check if a new file is present in location and trigger the job. However if the file is not present in location, then the job should not abend.
The base question is : Can a FTP step be coded to receive a file and if the file is not present in the FTP location, job should not abend?
Hi,
what causes the job to abend ? Normally when I've used FTP, and no EXIT is coded, the job returns a 0 return code even if has failed to find the file.