Throughout any project, you’re going to gather up quite a bit of data. Now, this can be broken down into two categories: ...
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; ...
This example uses the DATASETS procedure to give you information on the view descriptor VLIB.EMPPOS, which you created in Defining SAS/ACCESS Descriptor Files. proc datasets library=vlib memtype=view; ...