Online File

How to use this page


Rick Aster: Professional SAS Programming Logic: Contents

Chapter 5
Program
Variable information functions


DATA _NULL_;
   A = 1;
   NAME = VNAME(A);
   TYPE = VTYPE(A);
   LENGTH = VLENGTH(A);
   INFORMAT = VINFORMAT(A);
   FORMAT = VFORMAT(A);
   LABEL = VLABEL(A);
   PUT _ALL_;
RUN;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Logic

Contents/Online Files

Corrections

Catalog Page