Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 27
Program
PSAY macro for pseudo-array references


%MACRO PSAY(NAME, INDEX, LENGTH);
substr(&NAME., %EVAL((&INDEX. - 1)*&LENGTH. + 1), &LENGTH.)
%MEND;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page