E2A
Performs EBCDIC to ASCII conversion during EngageOne™ Enrichment processing.
Syntax
E2A(string)
Arguments
Argument | Description | Default |
---|---|---|
String | The string to be converted. | None |
Results
Result | Description |
---|---|
Return | The converted string. |
%%RC | Always 0. |
%%RM | A null string (''). |
%%RV | Always 0. |
Examples
Function Call | Return | %%RC |
---|---|---|
E2A(%%number) where %%number is EBCDIC 012 (x'F0F1F2') and ASCII# is ASCII 012 (x'303132'). |
ASCII# | 0 |