Skip to content

Commit c120f6a

Browse files
authored
Update spacing in Create new column with the SELECT statement.sas
Signed-off-by: Stacey Syphus <[email protected]>
1 parent c36a98e commit c120f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

By Syntax/DATA Step/Create new column with the SELECT statement.sas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
6. Use OTHERWISE to assign a missing value to ORIGIN_COUNTRY for cases when the value of MAKE is not specified in
1717
the SELECT statement.
1818
7. END specifies the end of the SELECT values.
19-
8. RENAME the ORIGIN variable to ORIGIN_REGION for clarity between the 2 ORIGIN variables in the resulting dataset.
19+
8. RENAME the ORIGIN variable to ORIGIN_REGION for clarity between the 2 ORIGIN variables in the resulting dataset.
2020
9. An alternate approach allows multiple values listed inside the parentheses, separated by commas.
2121
************************************************************************************************/
2222

0 commit comments

Comments
 (0)