The SAS Output Delivery
System (ODS), which PROC FEDSQL uses to display results, by default
rounds numeric output to appear inside 8 spaces. To display numeric
output with the full precision of which FedSQL is capable, use the
PUT function with the BEST16. format, as follows:
select PUT (beta(5,3), best16.) as Beta;