Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 32
Program
Double precision granularity


%PUT Environment: &SYSSCP;
DATA _NULL_;
   DO X = 45 TO 58; 
      A = 2**X; 
      B = 1 + A; 
      PUT X 2. +2 A F20. +2 B F20.;
      END;
RUN;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page