Online File

How to use this page


Rick Aster: Professional SAS Programming Logic: Contents

Chapter 12
Program
The current date and time


DATA _NULL_;
   CLOCK = DATETIME();
   WINDOW "The Current Date and Time"N
      #4 @11 CLOCK DATETIME. PROTECT=YES;
   DISPLAY "The Current Date and Time"N;
   STOP;
RUN;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Logic

Contents/Online Files

Corrections

Catalog Page