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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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