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

Compare commits

..

4 Commits

Author SHA1 Message Date
Allan Bowe
a3c0ba92cc Merge pull request #404 from sasjs/update_mv_createfile_20251029
Update mv createfile 20251029
2025-11-19 12:03:54 +00:00
github-actions
c15e7db1c6 chore: updating all.sas 2025-11-19 12:00:41 +00:00
Trevor Moody
3faf4cf325 Merge branch 'update_mv_createfile_20251029' of github.com:sasjs/core into update_mv_createfile_20251029 2025-11-19 12:00:07 +00:00
Trevor Moody
b49ac96766 chore: added macrovars to exclude from compare test 2025-11-19 11:56:16 +00:00

View File

@@ -13,7 +13,8 @@
options mprint;
%let mvarIgnoreList =
MC0_JADP1LEN MC0_JADP2LEN MC0_JADP3LEN MC0_JADPNUM MC0_JADVLEN;
MC0_JADP1LEN MC0_JADP2LEN MC0_JADP3LEN MC0_JADPNUM MC0_JADVLEN
SASJSPROCESSMODE SASJS_STPSRV_HEADER_LOC;
%put TEST 1 - Test with common extension, requesting only typeDefName parameter;
%mp_assertscope(SNAPSHOT)