We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8f6df commit ffc068bCopy full SHA for ffc068b
USING NESTED FORMATS.sas
@@ -8,7 +8,7 @@
8
2. Use PROC FORMAT with a value statement. This identifies the name of the new format. Provide ranges for which you
9
want to assign different formats.
10
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.
+ 4. In the PROC PRINT apply the format to see the results.
12
************************************************************************************************/
13
data payroll; /*1*/
14
infile cards;
0 commit comments