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 For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 1285 views
  • 0 likes
  • 3 in conversation