PLIEBCDIC

PLIEBCDIC converts z bytes of an ASCII value at location y to an EBCDIC value at location x.

The storage at location x and y must not overlap unless they specify the same location.

Read syntax diagramSkip visual syntax diagramPLIEBCDIC( x, y, z)
x and y
Expressions with type POINTER or OFFSET. If the type is OFFSET, the expression must be an OFFSET variable declared with the AREA attribute.
z
Expression. It must have a computational type and is converted to type size_t.1