BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Problem:
Discovered that I get an error message when I use the permanent library in Proc Format in EG 4.2 that I did not get with EG 4.1. See below:

312 PROC FORMAT Library=LIBRARY5;
ERROR: File LIBRARY5.FORMATS.CATALOG was created for a different operating system.

SOLUTION:
Since I was using the same folder or destinations for two separate permanent libraries in EG 4.1,
LIBNAME PERMNENT 'F:\DAA\SAS Programs\LAA1\Fen_LAA1_2008_2009';
NOTE: Libname PERMNENT refers to the same physical library as
LIB_EG42.
NOTE: Libref PERMNENT was successfully assigned as follows:
Engine: V9
Physical Name: F:\DAA\SAS Programs\LAA1\Fen_LAA1_2008_2009
LIBNAME lib_EG42 'F:\DAA\SAS Programs\LAA1\Fen_LAA1_2008_2009\cheng'; RUN;
NOTE: Libref LIB_EG42 was successfully assigned as follows:
Engine: V9
Physical Name: F:\DAA\SAS Programs\LAA1\Fen_LAA1_2008_2009\cheng

In EG 4.2, I used two different locations or destinations for defining the permanent libraries and I have eliminated the error messages. See below:
13 PROC FORMAT library=lib_EG42;
314 VALUE $GRADE_SPAN '3'='Grades 3-4 '
315 '5'='Grades 5-6 '
316 '7'='Grades 7-8 '
317 '9'='Grades 9-11';
NOTE: Format $GRADE_SPAN is already on the library.
NOTE: Format $GRADE_SPAN has been written to LIB_EG42.FORMATS.
1 REPLY 1
ChrisHemedinger
Community Manager
Hi,

The error you experienced might be due to a change in SAS 9.2 (which EG connects to) from SAS 9.1. In this case, EG is just the messenger 🙂

Chris
It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 531 views
  • 0 likes
  • 2 in conversation