mirror of
https://github.com/sasjs/core.git
synced 2026-01-08 18:00:06 +00:00
chore: fixing example in header for mp_gsubfile()
This commit is contained in:
2
all.sas
2
all.sas
@@ -5108,7 +5108,7 @@ create table &outds (rename=(
|
|||||||
file "&file";
|
file "&file";
|
||||||
put "&str";
|
put "&str";
|
||||||
run;
|
run;
|
||||||
%mp_gsubfile(file=&file, pattern=str, replacement=rep)
|
%mp_gsubfile(file=&file, patternvar=str, replacevar=rep)
|
||||||
data _null_;
|
data _null_;
|
||||||
infile "&file";
|
infile "&file";
|
||||||
input;
|
input;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
file "&file";
|
file "&file";
|
||||||
put "&str";
|
put "&str";
|
||||||
run;
|
run;
|
||||||
%mp_gsubfile(file=&file, pattern=str, replacement=rep)
|
%mp_gsubfile(file=&file, patternvar=str, replacevar=rep)
|
||||||
data _null_;
|
data _null_;
|
||||||
infile "&file";
|
infile "&file";
|
||||||
input;
|
input;
|
||||||
|
|||||||
Reference in New Issue
Block a user