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

How do I set metadata options to run a proc metadata in SAS Viya?

 

If I run it without any meta option set I get the below:

 

1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
72        
73         proc metalib;
74           omr (library="work");
75           report;
76         run;
 
ERROR: Insufficient information provided for a connection to the metadata server.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE METALIB used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
      
77        
78         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
91        
1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
LasseHSweden
Calcite | Level 5

How to manage metadata in SAS Viya if Proc Metalib is not supported. ? We now run in SAS 9.4 and investigate how to change our load system that we now use to load  data from disk after server restart or from other databases into the Lasr-server. When loading or reloading from an updated version of the source-database-table, we always delete the old metadata and generate new metadata in order to automatically (in batch mode..) include any new columns . Perhaps we need a reference to newer documentation?

Kalind_Patel
Lapis Lazuli | Level 10

Hello @LasseHSweden ,

 

I request you to start a new topic hence this topic is already closed, it will be easy for other community members to search and answer on that topic.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1435 views
  • 0 likes
  • 3 in conversation