BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] SAS DATASTEP

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

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:

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
Article Labels
Article Tags