JSL code for File Open if file exists
Hi Folks,I have some JSL code that opens a series of files (both a *.jmp and *.dat) and then performs various data management activities on them (namely, testing for presence of new data and then concatenating only the new data). The code runs fine as long as all the files are present. There are some cases where a particular data file hasn't been collected and I want the JSL code to run for those...