SAS Output Delivery System and FedSQL

The SAS output delivery system rounds numeric output from functions to eight characters by default. 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;
Last updated: February 23, 2017