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

PLITRAN22

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

Read syntax diagramSkip visual syntax diagram>>-PLITRAN22--(--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 128K-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 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)