mirror of
https://github.com/sasjs/core.git
synced 2025-12-11 06:24:35 +00:00
fix: removing pipes
This commit is contained in:
@@ -61,12 +61,19 @@ filename response temp;
|
||||
put "<Templates>";
|
||||
put "<Person Name=""/>";
|
||||
put "</Templates>";
|
||||
put '<XMLSELECT search="Person[@Name='!!"'&user'"!!']"/>';
|
||||
length string $10000;
|
||||
string=cats('<XMLSELECT search="Person[@Name=',"'&user'",']"/>');
|
||||
put string;
|
||||
put "</Options>";
|
||||
put "</GetMetadataObjects>";
|
||||
run;
|
||||
proc metadata in=inref out=response;
|
||||
run;
|
||||
data _null_;
|
||||
infile response;
|
||||
input;
|
||||
list;
|
||||
run;
|
||||
%end;
|
||||
|
||||
filename sxlemap temp;
|
||||
|
||||
Reference in New Issue
Block a user