NET/MASTER Network Control Language (NCL) Reference Manual

E2A
Built-in Functions
106126 Tandem Computers Incorporated 4–43
See also A2E, which performs ASCII-to-EBCDIC character translation.
Example
The following example translates the EBCDIC text 'C1C2C3F1F2F3'x (“ABC123”) to
ASCII:
&A = 'C1C2C3F1F2F3'X
&RESULT = E2A(&A)
The output (ASCII) string is '414243313233'x (“ABC123”).