1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-20 23:13:14 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
rafgag 18be74a1c2 Update mp_jsonout.sas
mod option added to the file statement in the last %else %if statement (&action=CLOSE) to avoid output file being overwritten
2021-04-08 09:03:05 +02:00
Allan Bowe 456d10a90e fix: switching to data step for JSON generation in mp_jsonout and the sasjs/adapter for improved reliability when data contains special characters. Closes #12 2021-04-07 22:28:42 +00:00
Allan Bowe a7fdb52231 fix: sasmeta vs basesas results 2021-04-05 18:26:31 +00:00
Allan Bowe 066ed00e44 chore: reducing line length in lint by 5 characters 2021-04-05 13:31:09 +00:00
allan 0a38056c69 fix: linting 2021-04-03 21:30:51 +02:00
allan 1b70205cab feat: two new macros, mp_mdtablewrite.sas (will create a markdown table from a sas dataset) and mm_getlibmetadiffs.sas (will create a set of datasets to describe the differences between a library in metadata and the physical library) 2021-04-02 13:38:46 +02:00
allan 4b375e0b8c fix: leading zero in time component of mf_uid() 2021-03-19 20:34:16 +01:00
allan fdc2e8ac8a chore: header section for mp_lib2cards.sas 2021-03-04 14:20:04 +01:00
allan 2a894419ab feat: updating mp_lib2cards to enable a single file to be created with all the tables for a particular library 2021-03-01 17:49:26 +01:00
allan 818c0f5eae fix: lua feature discovery logic fix 2021-02-21 17:15:49 +01:00
allan 4a6c8ffbb3 fix: replacing WARNING with %str(WARN)ING to avoid being caught in searches for mf_getattrn 2021-01-31 18:34:10 +01:00
allan b5c86e7031 fix: mv_jobflow param mixup, not all jobs were running (fixed now). Also fixed doc formatting, removed unnecessary logging, and fixed a debug switch. 2021-01-31 17:58:13 +01:00
allan 8bb83deede fix: updating return codes 2021-01-26 16:04:44 +01:00
allan 79c81aa8a4 feat: mf_existfileref macro 2021-01-26 16:00:23 +01:00
allan bbbcf7d550 chore: updating the docs for mf_getquotedstr 2021-01-23 13:37:15 +02:00
allan 82184bc6be fix: adding quit statement so that exit loop would work on step boundary 2021-01-21 21:55:07 +02:00
allan efc731cfaa feat: mp_testjob macro for running arbitrary long jobs 2021-01-21 21:48:05 +02:00
Allan Bowe e334ea9b85 chore: all.sas update 2020-12-25 10:22:44 +00:00
Allan Bowe c090c8d53b feat: simple macro to test the write speed for a library (very very basic) 2020-12-25 10:18:02 +00:00
Allan Bowe 659339bd98 fix: more comments in mp_prevobs 2020-12-25 10:15:03 +00:00
Allan Bowe 4c333ae7b3 feat: mp_prevobs.sas macro 2020-12-23 00:33:59 +00:00
allan b3a8b4323e fix: adding new mp_ds2csv macro 2020-12-16 17:11:31 +01:00
allan 0592206f2d patch: doxy formatting 2020-12-03 22:44:08 +01:00
allan bedc2a443a fix: @cond on new line to prevent parsing issues in sasjs cli 2020-12-02 08:09:51 +01:00
allan 2bcf6346ac fix: upgrading to latest doxygen 2020-11-29 13:57:44 +01:00
allan 493639fe4a fix: composite PK 2020-11-26 01:26:16 +01:00
allan 4987d2fbbc fix: missing dependency in mp_getdbml 2020-11-26 01:11:33 +01:00
allan 1a35b357d6 feat: mp_tree macro 2020-11-25 23:21:07 +01:00
allan a7792d93e4 feat: mf_isdir macro 2020-11-25 22:35:04 +01:00
allan 541dc31ad0 feat: mp_getdbml.sas macro for generating DBML for one or more SAS Libraries 2020-11-25 16:37:42 +01:00
allan abccafab7b feat: adding filref option to mp_streamfile.sas 2020-11-16 11:08:01 +01:00
allan f6cec012da fix: removing unnecessary cond flags in mf_abort, adding abort logic in mp_csv2ds 2020-11-08 22:04:25 +01:00
allan d51be73017 fix: macro param and extra log info in mp_csv2ds 2020-11-03 09:43:47 +01:00
allan cafffbb509 fix: adding a period to enable formats such as anydtdtme 2020-11-02 17:26:59 +01:00
allan a88efacfab fix: making view an option so that existence can be checked for 2020-11-02 17:15:29 +01:00
allan cc7cc55022 feat: mp_csv2ds macro for importing a CSV using a SAS table to provide a template (eg for lengths / types etc) 2020-11-02 15:44:45 +01:00
allan 15687be5d6 fix: tidy up of SAS flavour DDL 2020-10-30 11:43:15 +01:00
allan d9a82c0bdf fix: incorrect filepath when using filerefs in mp_dirlist 2020-10-29 12:08:07 +01:00
allan 6f06e5540d feat: adding fileref support for mp_dirlist, as well as a directory column on the output dataset 2020-10-29 11:30:15 +01:00
allan efe4709dde chore: formatting in mp_guesspk 2020-10-14 16:42:04 +02:00
allan 5cb41041d9 fix: upcase showlog value in mp_getddl() to allow lowercase user entries 2020-10-13 11:20:30 +02:00
allan f50cb03fd3 fix: mp_ds2cards was failing when the maxobs was less than the number of variables. SQL maxobs option is now reset. 2020-10-12 18:28:50 +02:00
allan ac46489f11 fix: enabling mp_abort.sas to work in Viya when useComputeApi is true (and the SYS_JES_JOB_URI is empty) 2020-10-11 00:34:08 +02:00
vrh 5e45701e74 fix: extra debug info in mp_searchdata, as well as named literal support 2020-10-02 22:34:36 +02:00
vrh 91983e0a91 fix: trim edge cases and return of the register client url 2020-09-11 00:38:37 +02:00
vrh 58358c916d chore: doc updates 2020-09-05 17:22:38 +02:00
vrh 33189743cd fix: accidental end comment 2020-09-03 18:07:18 +02:00
vrh 459beff4fa feat: mf_trimstr macro 2020-09-03 17:49:44 +02:00
vrh 029c1a29ed feat: xlsx support in mp_streamfile 2020-08-18 23:09:13 +02:00
rafgag 17f03b7507 Fix: previous changes restored 2020-08-05 13:48:16 +02:00