Usage Note 23352: Under the CORR procedure, how can I change the format of the P-value?
Use the same method
as in FAQ 3253.
If you do not know which
template to modify, issue the ODS TRACE statement. Modify the column
MATRIX2 as in the following example code.
proc template;
edit base.corr.stackedmatrix;
edit matrix2;
format=4.2;
end;
end;
run;
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | Base SAS | All | n/a | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | Third Party ==> Output ==> HTML SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2003-09-22 11:16:28 |
| Date Created: | 2003-08-08 16:48:55 |