Allan Bowe
09136cfdbb
Merge pull request #122 from sasjs/serverfix
...
fix: making ms_webout work with SAS on Windows Desktop
v3.0.2
2021-12-18 14:12:35 +00:00
munja
0ca16f3d04
fix: quoting the server option in mm_assigndirectlib() to avoid assignment errors when the name contains dashes aetc
v3.0.1
2021-12-18 14:11:38 +00:00
Allan Bowe
1e72f13f2d
fix: making ms_webout work with SAS on Windows Desktop
2021-12-17 23:01:43 +00:00
Allan Bowe
5e8e8e02d3
Merge pull request #121 from sasjs/mp_ds2md
...
BREAKING CHANGE: renamed mp_mdtablewrite.sas to mp_ds2md.sas
v3.0.0
2021-12-17 17:31:01 +00:00
munja
b2e2c7c798
chore(lint): fix indentation
2021-12-17 17:14:41 +00:00
munja
b29dd38188
fix: preventing merged cells in sas-generated markdown tables.
...
BREAKING CHANGE: renamed mp_mdtablewrite.sas to mp_ds2md.sas and modified the parameter from fref to outref. This makes it more consistent with the other mp_ds2xx range of macros.
2021-12-17 17:14:03 +00:00
Allan Bowe
2e122c2ada
Merge pull request #120 from sasjs/fix_makedata
...
fix: check charvars and numvars exist. Closes #119
v2.61.1
2021-12-17 15:25:36 +00:00
Ivor Townsend
8b68c3bb27
fix: check charvars and numvars exist. Closes #119
2021-12-17 15:08:56 +00:00
Allan Bowe
8c7523deda
Merge pull request #118 from sasjs/fmting
...
More Macros
v2.61.0
2021-12-17 10:28:37 +00:00
munja
e8f656f48a
chore: lint fixes
2021-12-17 00:57:35 +00:00
munja
1eb90202b9
fix: failing test for mp_getformats
2021-12-17 00:55:51 +00:00
munja
82108f4b97
fix: ensuring test for mp_sortinplace passes, fixing uninitialised var in mp_mdtablewrite, fix for non pk table in mp_getformats
2021-12-17 00:53:13 +00:00
munja
ab1030afb1
feat: finishing mp_formats and adding a test, including prefix in mp_init, allowing mp_sortinplace to work when there is no primary key, sand other small fixes
2021-12-17 00:32:49 +00:00
munja
26292740bb
feat: mp_getformats() macro. Extracts bformat summary and detail
2021-12-16 00:02:52 +00:00
munja
96cc131305
chore(docs): updating header in mf_getquotedstr
2021-12-16 00:01:58 +00:00
munja
724cd72876
feat: adding mf_getfmtlist() and mf_getfmtname() macros and associated tests. Also added &sasjswork as a global macro variable in mp_init().
2021-12-15 21:05:12 +00:00
munja
fa5d9ef744
feat: adding ls=max to mp_init.sas to reduce log ever so slightly and also to avoid word truncation
2021-12-15 19:20:14 +00:00
Allan Bowe
dc63b4adf5
Merge pull request #117 from sasjs/mf_dedup
...
`mf_dedup()` macro - removes duplicates from a macro string
v2.60.0
2021-12-15 17:44:54 +00:00
munja
3f20ca03dd
chore: updating all.sas
2021-12-15 17:04:27 +00:00
munja
3a826dccf1
feat: mf_dedup and associated test
2021-12-15 17:04:08 +00:00
munja
a1ce68ce56
fix: avoiding uninitialised variables in mm_getdetails and mm_gettables.sas
v2.59.1
2021-12-15 15:10:17 +00:00
munja
a45384aacb
chore: updating all.sas
2021-12-15 12:18:56 +00:00
Allan Bowe
032c4f318e
Merge pull request #114 from sasjs/issue113
...
feat: mp_storediffs macro. Closes #113
v2.59.0
2021-12-15 12:18:10 +00:00
munja
5faaa4a4cd
fix: test for mp_storediffs
2021-12-15 12:15:36 +00:00
Allan Bowe
4e41182521
Merge pull request #116 from sasjs/fix/mp_init_options_fix
...
fix: Aligns the autocorrect option with the intent. Closes #115 .
v2.58.3
2021-12-15 11:58:50 +00:00
Trevor Moody
7185032680
fix: Aligns the autocorrect option with the intent.
2021-12-15 11:25:41 +00:00
munja
c9d8df0a48
fix: updates from testing mp_storediffs (impact on some related macros)
2021-12-15 10:16:24 +00:00
munja
d93693ba55
feat: mp_storediffs macro. Closes #113
2021-12-14 17:45:37 +00:00
munja
d49b21f3f1
fix: initialising name/uri in mv_jobexecute
v2.58.2
2021-12-14 08:42:39 +00:00
munja
a45d280a51
fix: avoiding uninitialised variables in mv_getjobcode and mv_getfoldermembers
v2.58.1
2021-12-14 08:20:32 +00:00
Allan Bowe
2536e299ad
Merge pull request #112 from sasjs/mf_isint
...
feat: new macro to determine if a macro variable value is an integer …
v2.58.0
2021-12-13 18:55:41 +00:00
munja
8b5238230b
feat: new macro to determine if a macro variable value is an integer - mf_isint (and associated test)
2021-12-13 18:36:22 +00:00
munja
0ce7efee3e
fix: declaring msg variable prior to set statement in mp_copyfolder.sas
v2.57.1
2021-12-13 11:26:17 +00:00
munja
357677e45c
chore: switching pre-commit hook to bash from shell
2021-12-13 09:14:29 +00:00
Allan Bowe
a4a332926e
Merge pull request #111 from sasjs/issue110
...
feat: adding varinitchk=ERROR to mp_init. Closes #110 .
v2.57.0
2021-12-13 08:44:12 +00:00
munja
0a29006914
chore: running all.sas
2021-12-13 01:08:37 +00:00
munja
0885bad859
fix: updating the tests following varinitchk=error enablement. Removing the word 'error' from documenttion.
2021-12-13 01:07:54 +00:00
munja
42bd1750bd
feat: adding varinitchk=ERROR to mp_init. Closes #110 . Also updated the comments / documentation
2021-12-12 22:57:25 +00:00
Allan Bowe
58784b2f28
Merge pull request #109 from sasjs/issue108
...
fix: rebuilding mp_searchdata into data step to avoid SQL warning.
v2.56.3
2021-12-11 14:34:08 +00:00
munja
e125aace9b
fix: rebuilding mp_searchdata into data step to avoid SQL warning. Added test and refreshed docs. Closes #108
2021-12-10 15:56:39 +00:00
Allan Bowe
b02a9e3478
Merge pull request #107 from sasjs/hashdclogic
...
fix: adding iftrue switch to mp_hashdataset
v2.56.2
2021-12-08 20:59:35 +00:00
munja
3d3c76c836
fix: adding iftrue switch to mp_hashdataset
2021-12-08 20:58:59 +00:00
Allan Bowe
e039f1cd83
Merge pull request #106 from sasjs/hook
...
chore: adding hook script to prevent accidental commits to master
2021-12-07 17:44:00 +00:00
munja
6c8165601d
chore: adding hook script to prevent accidental commits to master
2021-12-07 16:58:23 +00:00
munja
596624c1bf
chore: remove the word ERROR from the code
2021-12-06 15:14:46 +00:00
munja
4aca34d4c2
fix: missing end comment in mp_init.sas
v2.56.1
2021-12-06 14:58:13 +00:00
Allan Bowe
858b378658
Merge pull request #104 from sasjs/moremacros
...
feat: new macros
v2.56.0
2021-12-06 14:37:35 +00:00
munja
8af41a8cc3
feat: v1 of the mp_makedata() macro. Will create random data from an empty table definition. Many more features to be added
2021-12-06 00:36:31 +00:00
munja
b13c33cbde
fix: using byte codes to tidy up apostrophe logic, and new param for mf_getquotedstr macro
2021-12-06 00:12:36 +00:00
munja
6906f025d6
fix: updating tests that are failing due to changes / new options
2021-12-05 23:56:36 +00:00