BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] SAS DATASTEP

Started ‎10-20-2021 by
Modified ‎10-20-2021 by
Views 307

DATA output-SAS-data-set;

 

SET input-SAS-data-set;

또는

INFILE 'raw-data-file-name';

INPUT specifications ;

 

WHERE where-expression;

 

KEEP variable-list;

 

LABEL variable = 'label'

variable = 'label'
variable = 'label';

 

FORMAT variable(s) format;

 

LENGTH variable(s) $ length;

 

Variable = expression;

 

IF expression THEN statement;

 

IF expression ;

 

RUN;

Contributors
Version history
Last update:
‎10-20-2021 08:56 PM
Updated by:

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Article Labels
Article Tags