Deconstructing the example
DATA dataset-name; INPUT variable-name ... variable-name; DATALINES; data ; PROC procedure-name; RUN;