I am getting the same error message reading in a jmp file. My code is library '\\opp-sas-data\sasdata\ngallo\'; libname todd2 jmp '\\opp-sas-data\sasdata\ngallo\todd' fmtlib=library.formats; data ngallo.f14047_final_data_client_file; set todd2.f14047_final_data_client_file_vn; run; Does anyone know why this is happening?
... View more