Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 10
Program
Demonstration of data lines in program file


DATA WORK.FITNESS;
   LENGTH LASTNAME $ 20 FIRSTNAME $ 16 SITUPS PUSHUPS CLIMBHT 8;
   INPUT LASTNAME FIRSTNAME SITUPS PUSHUPS CLIMBHT;
DATALINES;
HATTER HEATHER 40 12 12
MASTERS KRIS 28 9 12
NICELY MARTY 41 9 12
;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page