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