munja
6c6b55dcea
chore: updating header, adding stop statement in mp_makedata(), writing test for mf_existvar()
2021-12-23 19:29:37 +00:00
munja
66b0c9e77e
feat: new mf_writefile() macro
2021-12-23 19:29:01 +00:00
Allan Bowe
caf3b95269
Merge pull request #126 from sasjs/applyformats
...
Applyformats
v3.3.0
2021-12-23 16:15:09 +02:00
munja
3866b97416
chore: updating doc header
2021-12-23 13:55:53 +00:00
munja
d687658687
chore: updating all.sas
2021-12-23 13:51:11 +00:00
munja
9f815c73e9
feat: new mp_applyformats macro (and test), plus new addition to mp_validatecol (is_format)
2021-12-23 13:50:58 +00:00
Allan Bowe
a13c782074
Merge pull request #125 from sasjs/makedata
...
`mp_makedata()` improvements
v3.2.1
2021-12-23 13:11:36 +02:00
munja
f2991cfd63
fix: enabling makedata support for charvars > and tables without primary keys. Also added tests.
2021-12-23 10:56:01 +00:00
Allan Bowe
8eb4f0844c
Merge pull request #124 from sasjs/updates
...
feat: mf_islibds() macro to test if a library.dataset reference is valid
v3.2.0
2021-12-22 17:28:22 +02:00
munja
f90dc069dc
feat: update to makedata to respect primary keys (and enable joins to other tables)
2021-12-22 15:12:10 +00:00
munja
436b430389
feat: mf_islibds() macro to test if a library.dataset reference is syntactically valid
2021-12-22 11:23:57 +00:00
Allan Bowe
6667b91ced
Merge pull request #123 from sasjs/words
...
feat: new wordsinstr1andstr2() macro and associated tests
v3.1.0
2021-12-22 00:07:39 +02:00
munja
bce56d8105
feat: new wordsinstr1andstr2() macro and associated tests
2021-12-21 21:54:48 +00:00
munja
2ec440b321
fix: removing termstr=lf as it breaks on SAS 9 deploys
v3.0.3
2021-12-21 19:34:08 +00:00
munja
3d2ad531cf
chore: docs
2021-12-18 14:37:54 +00:00
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