SAS steps Things to notice:
DATA dataset-name; INPUT variable-name ... variable-name; DATALINES; data ;
PROC procedure-name; RUN;