Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 28
Program
Area code


DATA _NULL_;
   LENGTH PHONE $ 10 AREACODE $ 3;
   PHONE = '8005551212';
   AREACODE = SUBSTR(PHONE, 1, 3);
   PUTLOG PHONE= AREACODE=;
RUN;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page