Chapter 2: Basic FCMP Syntax
Chapter 1 introduced functions, including SAS user-defined functions and subroutines—the callable, reusable software modules that are built using the FCMP procedure. As was demonstrated and described, in most cases, equivalent functionality can be achieved in the DATA step, foregoing the need to build a function—so why the added complexity of learning FCMP? Because user-defined functions can be flexibly configured and reused, which facilitates not only higher-quality software but also a higher-quality software development environment and experience.
With these objectives in mind, this chapter introduces FCMP syntax and components that facilitate building flexible, configurable, reusable functions. Simply stated, ...
Get PROC FCMP User-Defined Functions now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.