Building Calculated Columns


Using the query from the last example, you can create a new column that computes the hourly wage for each salary.

Build a Column Expression

Select Build a Column from the SQL QUERY COLUMNS window to display the BUILD A COLUMN EXPRESSION window.

click to expand

Select Salary from the Available Columns list. Select the division operator (/) from the list of operators.

click to expand

Select <CONSTANT enter value> from the Available Columns list. Enter 50 in the Numeric Constant dialog box. Select OK to return to the BUILD A COLUMN EXPRESSION window.

click to expand

Select the division operator again from the list of operators. Select <CONSTANT enter value> and enter 40 to divide the number of weeks by the number of hours in each week. Select OK . Select outside the list of operators to dismiss it.

Correcting Your Mistakes

You realize that you have made a mistake and that you want to divide Salary by 52, the number of weeks in a year. Select 50 in the Column Expression field. A pop-up menu displays a list of choices.

click to expand

Select Replace from the pop-up menu. The BUILD A COLUMN EXPRESSION window displays Select from Available Columns to replace this value.

Select <CONSTANT enter value> from the Available Columns list. Enter 52 as the new constant and select OK.

Defining the Column Format and Label

Select Column Attributes to define the format and label for your new column.

click to expand

Enter hourly as the alias name . Select the right arrow next to the Format field to choose the format in which the new column will appear.

click to expand

Select dollar from the Format Names list. Enter 2 in the Decimal field so that the hourly wage will be displayed to two decimal places. Select OK .

Enter Hourly Rate in the Label field for the column. Select OK .

The complete calculated column is displayed in the BUILD A COLUMN EXPRESSION window.

click to expand

Select OK to return to the SQL QUERY COLUMNS window. Note that the new column has automatically been added to the Selected Columns list.

Viewing Your Output

To run your query and view the output in the Output window, select
Tools Run Query Run Immediate

click to expand



SAS 9.1 SQL Query Window. Users Guide
SAS 9.1 SQL Query Window: Users Guide
ISBN: 1590472098
EAN: 2147483647
Year: 2004
Pages: 54
Authors: SAS Institute

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net