Looking at the PL/I language reference manual for the FLOAT builtin, it says:
If p is omitted, the precision of the result is determined from the rules for base conversion.
If p is omitted, the default value, 15 for a binary result or 5 for a decimal result, is used.
Older versions of the doc only have the first sentence.
So - wondering which sentence is correct? And, if the second sentence is correct a FLOAT BIN precision of 15 is rather small for, say, a FIXED BIN(63) value.
------------------------------
Dave Rivers
------------------------------