one or more output objects from which to create a data set the names of the data sets to create. To create a single output data set, use this simplified form of the ODS OUTPUT statement: ODS OUTPUT ...
Note that you can specify a libref that references DBMS data in the DATA= option. libname mydb2lib db2 ssid=db2; proc print data=mydb2lib.staff (keep=lname fname hphone state); where state = 'NJ'; ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results