Hi experts,
I am trying to store Formats in a library using following code
but I got error:
Libname LIB ‘pathname’;
PROC FORMAT
LIBRARY=LIB;
Value..
;
Run;
ERROR: File LIB.FORMATS.CATALOG was created for a different operating
system.
Thanks
This suggests the answer. Where did it come from?
ERROR: File LIB.FORMATS.CATALOG was created for a different operating system.
Sometimes this is a result of a change from 32-bit SAS for Windows to 64-bit:
The top gotchas when moving to 64-bit SAS for Windows - The SAS Dummy
Chris
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.