Your path to your file is correct, but that's not how you reference.
SAS UE is in a VM so it has a 'mapped directory'. From SAS UE which is a separate computer that you're accessing from your computer, the correct code is below. Also, because it's Unix, it's case sensitive so the file name must be specified exactly as it is in the OS.
'/folders/myfolders/ToadJump.dat'
... View more