207k views
1 vote
Which of the following keywords can be used to assign the name to a new variable in Proc SQL?

a) AS
b) NAME
c) LABEL
d) TITLE

1 Answer

1 vote

Final answer:

The keyword that can be used to assign the name to a new variable in Proc SQL is AS.

Step-by-step explanation:

The keyword that can be used to assign the name to a new variable in Proc SQL is AS. In Proc SQL, the AS keyword allows you to assign an alias or a new name to a variable within a query result. For example, you can use AS to assign a new name to a calculated column or to rename an existing column.

User Daniel Smedema
by
9.0k points