1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

fix: apostrophes

This commit is contained in:
Allan Bowe
2022-06-17 17:55:01 +00:00
parent 02fddcf9a1
commit c327e1fc0d

View File

@@ -59,7 +59,7 @@ filename response temp;
put "<Flags>128</Flags>";
put "<Options>";
put "<Templates>";
put "<Person Name=""/>";
put '<Person Name=""/>';
put "</Templates>";
length string $10000;
string=cats('<XMLSELECT search="Person[@Name=',"'&user'",']"/>');
@@ -69,11 +69,6 @@ filename response temp;
run;
proc metadata in=inref out=response;
run;
data _null_;
infile response;
input;
list;
run;
%end;
filename sxlemap temp;