I’ve done it! The problem was that I submitted sas code in separated steps: Libname options validvarname=v7; proc import and does not work. But if I do it in 2 steps (or 1) it works: select and submit libname select and submit both options and import thank you @Kurt_Bremser and @PeterClemmensen and @ballardw
... View more