munja
|
b525b4171d
|
fix: updating ms_runstp to accept parameters and file inputs. Explicitly setting lrecl everywhere. Adding lrecl=80 as default in testinit.sas
|
2022-04-28 21:06:28 +01:00 |
|
Allan Bowe
|
f9b0f87f44
|
feat: ms_createwebservice macro (and update to build.py)
|
2022-04-25 21:14:12 +00:00 |
|
munja
|
58614e9a3d
|
fix: using findc instead of regex for faster parsing
|
2022-04-16 21:30:18 +01:00 |
|
munja
|
3bf44405f8
|
chore: alignment
|
2022-04-16 20:37:47 +01:00 |
|
munja
|
db68a256cb
|
fix: check 4 special chars b4 replacing. Closes #218
|
2022-04-16 20:33:21 +01:00 |
|
munja
|
efff77c94e
|
fix: mx_webout
|
2022-04-14 13:40:14 +01:00 |
|
munja
|
190dbddfe3
|
fix: using regex special chars instead of hex constants in mp_jsonout
|
2022-04-07 09:52:56 +01:00 |
|
munja
|
6af1423666
|
fix: more invisibles
|
2022-03-28 16:26:58 +01:00 |
|
munja
|
23a01347f1
|
fix: support SOH, STX and DC1 control characters in mp_jsonout
|
2022-03-28 15:54:28 +01:00 |
|
munja
|
d7233208f1
|
fix: enabling more descriptive mm_assignlib abort messages when library cannot be assigned
|
2022-03-21 16:07:27 +00:00 |
|
munja
|
8ffd06343a
|
feat: adding new mf_deletefile macro (and test)
Also, update to mm_spkexport macro
|
2022-03-11 15:03:59 +00:00 |
|
Allan Bowe
|
1fdbc7cce9
|
Merge pull request #193 from sasjs/mm_spkexport
feat: ignorevars option in mm_spkexport, and log update in mf_verifymacvars
|
2022-03-10 19:28:50 +02:00 |
|
munja
|
312369b200
|
feat: ignorevars option in mm_spkexport, and log update in mf_verifymacvars
|
2022-03-10 17:27:30 +00:00 |
|
munja
|
faf466e79a
|
fix: dependency in mp_loadformat test and strict mode issue in mm_deletelibrary
|
2022-03-09 14:15:25 +00:00 |
|
Allan Bowe
|
842662aae1
|
Merge pull request #172 from sasjs/serverupdates
fix: updating mp_streamfile for sasjs/server compatibility
|
2022-02-28 23:21:48 +02:00 |
|
munja
|
876fac2332
|
feat: several macros for working with the sasjs/server apis
|
2022-02-28 21:17:38 +00:00 |
|
Allan Bowe
|
6952c79899
|
fix: tidyup of mm_getauthinfo.sas
|
2022-02-23 09:42:47 +00:00 |
|
Allan Bowe
|
d6956f4122
|
fix: missing dependency in mm_createstp
|
2022-02-22 11:46:31 +00:00 |
|
munja
|
303225cb85
|
fix: updating mm_x macros following fix to mf_verifymacvars
|
2022-02-06 19:57:52 +01:00 |
|
munja
|
2e790f69a1
|
fix: removing view due to potential for vbufsize violations
|
2022-02-01 16:14:37 +01:00 |
|
munja
|
899de27617
|
feat: enabling leading blanks in mp_ds2csv. Also tests for mp_ds2csv and mp_testervice.sas, and strict mode fixes elsewhere
|
2022-01-30 15:41:39 +01:00 |
|
munja
|
81a17bc0c2
|
chore(merge): merging with v4
Merge branch 'main' into issue144
|
2022-01-24 15:34:50 +01:00 |
|
munja
|
f7fac50108
|
fix: removing deprecated functionality ahead of planned breaking change
|
2022-01-22 21:16:15 +01:00 |
|
munja
|
15d9db822b
|
chore: updating docs
|
2022-01-14 20:31:08 +01:00 |
|
munja
|
42541373af
|
chore: running all.sas
|
2022-01-12 21:25:15 +01:00 |
|
munja
|
208c88f5a4
|
feat: ensuring mX_webout services run without MEMSIZE, closes #142. Also adding note2err in mp_init().
|
2022-01-12 21:23:42 +01:00 |
|
munja
|
4307bfb1b5
|
fix: adding showmeta option to mX_createwebservce macros
|
2022-01-09 13:18:14 +01:00 |
|
munja
|
cd33355418
|
fix: formats
|
2022-01-07 13:14:40 +01:00 |
|
munja
|
77d1cdb753
|
feat: adding length to mp_webout meta
|
2022-01-07 12:23:40 +01:00 |
|
munja
|
545218e3b9
|
fix: avoiding type clash
|
2022-01-06 23:44:42 +01:00 |
|
munja
|
cb07305a87
|
feat: adding SHOWMETA option to mp_jsonout
Includes updates to associated wrapper macros, and a 30% performance improvement (for small tables). Addresses https://github.com/sasjs/adapter/issues/607
|
2022-01-06 23:36:54 +01:00 |
|
munja
|
ebd567af48
|
fix: adding missing param to mx_createwebservice macros
|
2021-12-30 09:53:08 +00:00 |
|
munja
|
b075e5d5d5
|
feat: updating mp_jsonout() to support special missing numeric values. Closes #136
|
2021-12-30 00:21:02 +00:00 |
|
munja
|
2ec440b321
|
fix: removing termstr=lf as it breaks on SAS 9 deploys
|
2021-12-21 19:34:08 +00:00 |
|
munja
|
0ca16f3d04
|
fix: quoting the server option in mm_assigndirectlib() to avoid assignment errors when the name contains dashes aetc
|
2021-12-18 14:11:38 +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
|
a1ce68ce56
|
fix: avoiding uninitialised variables in mm_getdetails and mm_gettables.sas
|
2021-12-15 15:10:17 +00:00 |
|
munja
|
0a29006914
|
chore: running all.sas
|
2021-12-13 01:08:37 +00:00 |
|
Allan Bowe
|
dae03c5730
|
fix: adding SYSSCPL to mp_abort and webout macros
|
2021-09-24 17:31:42 +01:00 |
|
Allan Bowe
|
b403c02bba
|
chore: docs for mm_createfolder
|
2021-08-06 15:36:55 +03:00 |
|
Allan Bowe
|
ce5bfd41dc
|
chore(docs): updating header for mm_gettables
|
2021-08-02 10:37:01 +03:00 |
|
Allan Bowe
|
d7371a4505
|
fix: adding mend to every macro statement using sasjs lint fix
|
2021-06-21 17:25:01 +03:00 |
|
Allan Bowe
|
5a2968e798
|
fix: supporting LATIN1 as well as WLATIN1 in mm_webout
|
2021-06-17 16:31:29 +03:00 |
|
Allan Bowe
|
67a81b2690
|
chore: updating the docs for mm_spkexport.sas
|
2021-06-08 20:09:23 +03:00 |
|
Allan Bowe
|
506cf1812f
|
fix: deal with dashes in sysencoding
|
2021-06-08 16:59:43 +03:00 |
|
Allan Bowe
|
4c1f69da3a
|
fix: using PROC JSON for JSON where SYSENCODING=wlatin1
|
2021-06-01 18:24:04 +03:00 |
|
Allan Bowe
|
41a24677f5
|
chore: automated commit
|
2021-05-27 09:42:15 +03:00 |
|
Allan Bowe
|
d2764c3cd1
|
chore: updating all.sas
|
2021-05-26 23:37:38 +03:00 |
|
Allan Bowe
|
9b2368443e
|
fix: changing replace to YES in mm_createwebservice.sas, also setting a default for code to ft15f001. More debugging added to mv_createfolder.sas
|
2021-05-26 10:36:45 +03:00 |
|
Allan Bowe
|
7915ba2c41
|
fix: running python to rebuild all.sas and mx_createwebservice macros
|
2021-05-25 15:50:06 +03:00 |
|