1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

feat: adding mp_replace option to mv_createfile

Relates to https://github.com/sasjs/cli/issues/1403
This commit is contained in:
allan
2025-05-30 19:15:33 +01:00
parent 4f5fa414e1
commit 6e033afb7b
3 changed files with 62 additions and 12 deletions

View File

@@ -33,7 +33,8 @@
LUA, you can also use this macro: mp_gsubfile.sas
@param [in] infile The QUOTED path to the file on which to perform the
substitution
substitution. Note that you can extract the pathname from a fileref using
the pathname function, eg: `"%sysfunc(pathname(fref))"`;
@param [in] findvar= Macro variable NAME containing the string to search for
@param [in] replacevar= Macro variable NAME containing the replacement string
@param [out] outfile= (0) Optional QUOTED path to the adjusted output file (to