For my jsl to work, I refer to a data table. Now for distributing it, I am building an add-in (lets call it test_addin) for it and adding the data file in it under the "Additional Files" tab in the add-in builder. Once installed, the data file gets saved in the same folder as the jmp add-in file.
e.g. both data file and the jsl for the add-in are saved at the address below- C:\Users\MyUserID\AppData\Local\SAS\JMP\Addins\test_addin\
now the "MyUserID" part will be different for each user.... How would I reference it later as I will not know the users who install it?