JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
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 data files that exist. Currently, the JSL code stops if a file specified in my dt = Open ( ......) doesn't exist. I am looking for a way to test for whether a *.dat file exists and to open it if does or jump to next section of code if it doesn't. Is there a way to do this in JSL? Any suggestions would be very much appreciated.