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

PLITRAN21

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

Read syntax diagramSkip visual syntax diagram>>-PLITRAN21--(--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 64K-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 half 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)