|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Macros for generating FCMP functions.
More...These macros have the following attributes:
Macro name matches compiled function / subroutine name Prefixes: _mcf_, _mcs_
The macro part is just a wrapper for the underlying function / subroutine, and has switches for including the proc fcmp / quit statements and whether to insert the package into the CMPLIB option.
Files | |
| mcf_getfmttype.sas | |
| Returns the type of the format. | |
| mcf_init.sas | |
| Sets up the mcf_xx functions. | |
| mcf_length.sas | |
| Returns the length of a numeric value. | |
| mcf_string2file.sas | |
| Adds a string to a file. | |