IBMBCE*

IBMBCE is the PL/I Library routine that performs conversions on the routine: fixed decimal free decimal - float - fixed binary.

It has seven entry points

  • IBMBCEDB - converts fixed decimal to bit

  • IBMBCEDF - converts fixed decimal to float

  • IBMBCEDX - converts fixed decimal to fixed binary

  • IBMBCEFX - converts float to fixed binary

  • IBMBCEZB - converts free decimal to bit

  • IBMBCEZF - converts free decimal to float

  • IBMBCEZX - converts free decimal to fixed binary

Reference Sources

OS PL/I Resident Library: Program Logic, LY33-6008.