BookmarkSubscribeRSS Feed
smilbuta
Fluorite | Level 6

Hello community

We are attempting to update a our user metadata  and upon making the final call to insert we get the following error. This process works perfectly in a sister environment. 

 

%if "&submit" = "1" %then %do;
    proc metadata in=_outxml out=_respons;
       run;
    %end;
 %else %do;
    %put Note: Metadata request not submitted do to a submit parameter value of &submit..;

 

 

 

SYMBOLGEN: Macro variable SUBMIT resolves to 1
MLOGIC(MDUCHGL): %IF condition "&submit" = "1" is TRUE
MPRINT(MDUCHGL): proc metadata in=_outxml out=_respons;
MPRINT(MDUCHGL): run;

ERROR: Repository is not registered.
NOTE: PROCEDURE METADATA used (Total process time):
real time 6.03 seconds
cpu time 0.20 seconds

NOTE: The SAS System stopped processing this step because of errors.

 

 

1 REPLY 1

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 806 views
  • 0 likes
  • 2 in conversation