BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Naz10
Fluorite | Level 6

I have model attributes stored as an itemstore that I call using proc plm command. Recently my company migrated to cloud, and the itemstore that was created in the old environment gives me an error in the new environment: "ERROR: File <..>.ITEMSTOR was created for a different operating system." .

I found some workaround information for sas datasets here: https://communities.sas.com/t5/General-SAS-Programming/Data-file-is-in-a-format-that-is-native-to-an....

 

However, the workaround doesn't work for itemstor files.

Any ideas how to fix this?

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Your best bet is to rerun the code that generated the item store on the new system.

 

If you have people using the old and the new operating system (typical cause of binary file incompatibility) that would require writing the new version of the store to a different location to avoid replacing the version others need.

View solution in original post

2 REPLIES 2
ballardw
Super User

Your best bet is to rerun the code that generated the item store on the new system.

 

If you have people using the old and the new operating system (typical cause of binary file incompatibility) that would require writing the new version of the store to a different location to avoid replacing the version others need.

ChrisNZ
Tourmaline | Level 20

Only data sets can easily be moved from platform to platform. other SAS objects are not as flexible, You must recreate the itemstore on the new system

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 708 views
  • 0 likes
  • 3 in conversation