Diane Coyle, in “Conventional measures pose the wrong productivity question” (August 16), highlights some traditional problems with output definition. However, she overlooks what I believe is probably ...
Many procedures that fully support ODS provide table definitions that enable you to customize each output object that the procedure produces. You can do this by creating an alternative table ...
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 ...