Skip to content

Commit ffc068b

Browse files
Grammar change in the nested formats example.
1 parent ff8f6df commit ffc068b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USING NESTED FORMATS.sas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
2. Use PROC FORMAT with a value statement. This identifies the name of the new format. Provide ranges for which you
99
want to assign different formats.
1010
3. To nest formats use square brackets to identify the format to be applied to each range.
11-
4. In the PROC PRINT apply the format and see the results.
11+
4. In the PROC PRINT apply the format to see the results.
1212
************************************************************************************************/
1313
data payroll; /*1*/
1414
infile cards;

0 commit comments

Comments
 (0)