Throughout any project, you’re going to gather up quite a bit of data. Now, this can be broken down into two categories: ...
1If not explicitly defined, a variable's type and length are implicitly defined by its first occurrence in a DATA step. 2The minimum length is 2 bytes in some operating environments, 3 in others. See ...
This example uses the DATASETS procedure to display information about the view descriptor VLIB.USACUST, which describes the data in the CUSTOMERS.WK3 file. options linesize=80; proc access dbms=wk3; ...