Macros for SAS Application Developers
https://github.com/sasjs/core
fcmp Directory Reference

Macros for generating FCMP functions.

More...

Detailed Description

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

file  mcf_getfmttype.sas [code]
 Returns the type of the format.
 
file  mcf_init.sas [code]
 Sets up the mcf_xx functions.
 
file  mcf_length.sas [code]
 Returns the length of a numeric value.
 
file  mcf_string2file.sas [code]
 Adds a string to a file.