News
The first form of the CREATE TABLE statement creates tables that automatically map SQL data types to those supported by the SAS System. Use this form when you want to create a new table with columns ...
This example creates the table PROCLIB.PAYLIST and inserts data into it. Program: libname proclib 'SAS-data-library'; options nodate pageno=1 linesize=80 pagesize=40; proc sql; create table ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results