mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 17:40:05 +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";
|
||||
put "&str";
|
||||
run;
|
||||
%mp_gsubfile(file=&file, pattern=str, replacement=rep)
|
||||
%mp_gsubfile(file=&file, patternvar=str, replacevar=rep)
|
||||
data _null_;
|
||||
infile "&file";
|
||||
input;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
file "&file";
|
||||
put "&str";
|
||||
run;
|
||||
%mp_gsubfile(file=&file, pattern=str, replacement=rep)
|
||||
%mp_gsubfile(file=&file, patternvar=str, replacevar=rep)
|
||||
data _null_;
|
||||
infile "&file";
|
||||
input;
|
||||
|
||||
Reference in New Issue
Block a user