Many base procedures require an input SAS data set. You specify the input SAS data set using the DATA= option in the procedure statement, for example, proc print data=emp; If you omit the DATA= option ...
Creates a format that specifies character strings to use to print variable values. Featured in: Creating a Format for Character Values. See also: The chapter on formats in SAS Language Reference: ...