BookmarkSubscribeRSS Feed
AnnaShami
Fluorite | Level 6

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

2 REPLIES 2
data_null__
Jade | Level 19

This suggests the answer.  Where did it come from?

ERROR: File LIB.FORMATS.CATALOG was created for a different operating system.

ChrisHemedinger
Community Manager

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

SAS Innovate 2026: Register now! April 27-30 in Grapevine TX -- it's the premier conference for SAS users!
Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1698 views
  • 0 likes
  • 3 in conversation