Rational Developer for System z
Enterprise PL/I for z/OS, Version 4.2, Language Reference

PLITRAN12

PLITRAN12 translates one-byte data from a source buffer to two-byte data in a target buffer.

Read syntax diagramSkip visual syntax diagram>>-PLITRAN12--(--p--,--q--,--n--,--t--)------------------------><
 
p
Address of the target buffer.
q
Address of the source buffer.
n
Length of the source buffer.
t
Address of the 512-byte translate table.

The buffer length must have computational type and will be converted to FIXED BINARY(31,0).

The buffer length must be nonnegative.

The target buffer must be at least twice as large as the source buffer.

The translate table must be aligned on a doubleword boundary.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)