Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 22
Program
Picture formats for time


proc format;
picture dtmx other = '%b+%d ' (datatype=datetime);
picture ybdh other = '%Y-%b-%d   ' (datatype=date);
picture mdyyyy other = '%m/%d/%Y  ' (datatype=date);
picture mdyy other = '%m/%d/%0y' (datatype=date);
picture smmddyy other = '%0m/%0d/%0y' (datatype=datetime);
picture syymmddp other = '%0y.%0m.%0d' (datatype=datetime);
picture sword other = '%B %d, %Y         ' (datatype=datetime);
picture sweek other = '%A, %B %d, %Y                '
    (datatype=datetime);
picture smonname other = '%B       ' (datatype=datetime);
picture syear other = '%Y   ' (datatype=datetime);
picture iybdh other = '%Y-%b-%d   '
    (datatype=date language=italian);
run;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page