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