BookmarkSubscribeRSS Feed
nagma
Calcite | Level 5

Hello everyone 

on yesterdat i added orion library 

but today i am trying to work on sas studio

and it showing this error

 
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
61
62 proc print data=orion_all_;
ERROR: File WORK.ORION_ALL_.DATA does not exist.
63
64 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
77   
 
I am clicking ecprg193
4 REPLIES 4
Reeza
Super User

Follow the setup instructions. 

See the last section of it with regards to how to reset up Orion everytime you start or how to ensure it's set up by default. 

nagma
Calcite | Level 5

Please send link

Reeza
Super User

@nagma wrote:

Please send link


What does this mean?

gauthamk28
Obsidian | Level 7

When creating a new library in SAS OnDemandAcademics, check this checkbox - 

Re-create this library at start-up
(adds the library to the SAS autoexec file)

 

 

In OnDemandAcademics SAS Studio , check in your left pane (Expand Libraries) and check whether Orion exists or not,if it exist , u can expand it to view the datasets

you can use the below code also

 

proc contents data=orion._all_ nods;

run;

 

to display all data sets under orion library

and in the top right , you can find list of menus near help menu 

 

If your library does not exist then edit your autoexec , add the library there to run when the application starts.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 4 replies
  • 1517 views
  • 0 likes
  • 3 in conversation