Skip to content

Commit

Permalink
fix: mm_getwabpservprops default output and general tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Mar 11, 2020
1 parent 32250ce commit ec399df
Show file tree
Hide file tree
Showing 7 changed files with 6,389 additions and 7,629 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,14 @@ filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/
- _mf_ for macro functions (can be used in open code).
- _mp_ for macro procedures (which generate sas code)
- _mm_ for metadata macros (interface with the metadata server).
- _mw_ for macros that only work in Windows (should work in ALL versions of windows)
- _mu_ for macros that only work in Unix type environments (should work in ALL types of unix environment)
- _mx_ for macros that use X command and will work in both windows and unix environments.
- _mmx_ for macros that use metadata and are XCMD enabled
- _mx_ for macros that are XCMD enabled
- _mv_ for macros that will only work in Viya
- follow verb-noun convention
- unix style line endings (lf)
- individual lines should be no more than 80 characters long
- UTF-8
- no trailing white space
- no trailing empty lines

## Header Properties
The **Macro Core** documentation is created using [doxygen](http://www.doxygen.nl). A full list of attributes can be found [here](http://www.doxygen.nl/manual/commands.html) but the following are most relevant:
Expand Down
2 changes: 1 addition & 1 deletion base/mf_abort.sas
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
%end;
%end;

/* send response in Boemska h54s JSON format */
/* send response in JSON format */
data _null_;
file _webout mod lrecl=32000;
length msg $32767;
Expand Down

0 comments on commit ec399df

Please sign in to comment.