1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

chore: fixing example in header for mp_gsubfile()

This commit is contained in:
Allan Bowe
2021-09-16 13:54:27 +01:00
parent e9189ccc06
commit 3e7b9f8c14
2 changed files with 2 additions and 2 deletions

View File

@@ -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;