In 9.4 TS1M1 (SAS/STAT 13.1) or 9.4 TS1M2 (SAS/STAT 13.2), when all of the following conditions are met in PROC SURVEYMEANS:
Then the domain percentile standard errors and confidence limits are incorrect.
To circumvent the problem, specify ORDER=INTERNAL.
If in addition to the first three qualifications above, a domain variable is formatted, PROC SURVEYMEANS issues:
To circumvent the problem, omit the format and specify ORDER=INTERNAL.
In 9.4 TS1M3 (SAS/STAT 14.1), 9.4 TS1M4 (SAS/STAT 14.2), or 9.4 TS1M5 (SAS/STAT 14.3), under the following conditions in PROC SURVEYMEANS:
And in addition:
Or
Then the domain percentile standard errors and confidence limits are incorrect.
If no domain variables are formatted, you can circumvent the problem by specifying ORDER=INTERNAL. If a domain variable is formatted, you can circumvent the problem by specifying ORDER=FORMATTED.
In all cases where incorrect standard errors are generated, both the printed Domain Quantiles table and the ODS Output data set DomainQuantiles are affected.
Also note that the default replication variance estimates for quantiles is improved beginning SAS 9.4 TS1M3 (SAS/STAT 14.1). You can specify the BRR or JK method-option NAIVEQVAR to reproduce the results from earlier release. See KB0058139 for details.