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