We are running MXG36.36 with SAS9.4 on Windows 10 x64 bit. (Testing phase - not a live one yet)
When I try to run a proc content command I keep getting Library xxxxxx Does not exist.
Physically the file is present and I have also assigned them in my autoexec file.
When I execute
proc contents data=detail.typetcp; ----> this is a SQL VIEW
run;
ERROR: Library D31JAN19 does not exist. ----> I get almost 90 errors with different dates starting from Dec 2018
where as when I run the following
proc contents data=D31JAN19._all_ nods;
run;
I get the output
Only this Procedure Content is causing trouble, all other proc's are running fine.
Background : We also use SAS 9.2 on Windows 7 32bit and the same code works fine.
Thanks for you help.