When ODS GRAPHICS is on (the default), the procedure creates a lines plot. To get the equivalent table, turn off ODS graphics before you call the procedure:
ods graphics off;
See this blog post by Warren Kuhfeld: "Introducing the new SAS/STAT lines plot"
... View more