Previous Page | Next Page

Base SAS 9.2 Procedures Guide

The FCMP Procedure

[continuerule]
Overview: FCMP Procedure
Syntax: FCMP Procedure
PROC FCMP Statement
ABORT Statement
ARRAY Statement
ATTRIB Statement
DELETEFUNC | DELETESUBR Statement
FUNCTION Statement
LABEL Statement
LISTFUNC | LISTSUBR Statement
STRUCT Statement
SUBROUTINE Statement
OUTARGS Statement
Concepts: FCMP Procedure
PROC FCMP and DATA Step Differences
Working with Arrays
Reading Arrays and Writing Arrays to a Data Set
Using Macros with PROC FCMP Routines
Variable Scope in PROC FCMP Routines
Recursion
Directory Transversal
Identifying the Location of Compiled Functions and Subroutines: The CMPLIB= System Option
Special Functions and CALL Routines: Overview
Special Functions and CALL Routines: Matrix CALL Routines
Special Functions and CALL Routines: C Helper Functions and CALL Routines
Special Functions and CALL Routines: Other Functions
Functions for Calling SAS Code from Within Functions
The FCmp Function Editor
Examples: FCMP Procedure
Example 1: Creating a Function and Calling the Function from a DATA Step
Example 2: Creating a CALL Routine and a Function
Example 3: Executing PROC STANDARDIZE on Each Row of a Data Set
Example 4: Using GTL with User-Defined Functions

Previous Page | Next Page | Top of Page