20# jingju11
多谢jinggu11。看你的图,那个-5000在图上是不显示的,不过为什么我的就不行呢?
并且proc format的log显示有错误:
214 title;
215 proc format;
216 value Yfmt -5000 = ' ' 0-5000 = [best.];
NOTE: The BEST (in)format was specified on the right-hand side of an equal sign, but without a
length specification. PROC FORMAT will assume a default length of at least 40 for the
format being generated. If this is an insufficient width, you can rerun PROC FORMAT with an
explicit width for the BEST (in)format, or provide a sufficient DEFAULT= option.
NOTE: Format YFMT is already on the library.
NOTE: Format YFMT has been output.
217 value pfmt -15 - 15 = [best.] 35 = ' ';
NOTE: The BEST (in)format was specified on the right-hand side of an equal sign, but without a
length specification. PROC FORMAT will assume a default length of at least 40 for the
format being generated. If this is an insufficient width, you can rerun PROC FORMAT with an
explicit width for the BEST (in)format, or provide a sufficient DEFAULT= option.
NOTE: Format PFMT is already on the library.
NOTE: Format PFMT has been output.
218 run;
NOTE: PROCEDURE FORMAT used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds