Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 23
Program
Value informats for validation


PROC FORMAT;
INVALUE NNZ
   LOW-<0 = 0
   OTHER = _SAME_;
INVALUE NNX
   LOW-<0 = _ERROR_
   OTHER = _SAME_;
INVALUE NU (UPCASE JUST)
   'N/A' = .A
   'UNK.' = .K
   OTHER = (|COMMA12.|);
RUN;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page