Proc FCMP has been available to DATA step programmers since SAS version 9.2 and is recognised as a very valuable procedure for generating user defined functions.
Read more...
Posted in
SAS Analytics;
Tagged
SAS Analytics,
SAS Visual Analytics,
Proc FCMP,
Proc SQL;
Posted
October, 2017
by
Amadeus Technical Team
User-written functions created using Proc FCMP can be recursive i.e. they can call themselves. Here is a simple example: a subroutine that changes any number of consecutive commas in a...
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc FCMP,
DECOMMA,
Recursive Functions,
Subroutine,
PROC format;
Posted
April, 2017
by
Amadeus Technical Team
Senior Consultant Bob Newman describes how Proc FCMP can be used to define new functions in SAS 9.2. The examples demonstrated include numeric-valued functions, character-valued functions, and subroutines.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc FCMP,
SAS Function Editor;
Posted
February, 2017
by
Amadeus Technical Team
Defining Your Own Functions with Proc FCMP Episode 2 - Using arrays (and plotting the Mandelbrot set)
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc FCMP;
Posted
February, 2017
by
Amadeus Technical Team