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.