Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 76
Program
Contest (data entry)


OPTIONS MISSING=' ';
DATA NEW.ENTRY;
   WINDOW Entries
       #1 @4 'Entry submitted by:'
       @24 CONTACT $F24.
       #2 @6 'Recording artist:'
       @24 ARTIST $F24.
       #3 @17 'Title:'
       @24 TITLE $F32.
       #4 @7 'Number of songs:'
       @24 SONGS F1.
       #6 @2 'Observation' +1 _N_ F8. PROTECT=YES
       ;
   DISPLAY Entries;
RUN;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page