Convert a string of EBCDIC hex to a string of text.
Parameters
- Hex string
Return Value
This API returns a string value.
Exception Handling
An error can be thrown if an invalid hex value is passed to the API.
Example
Code Block | ||
---|---|---|
| ||
pjs.define("FieldF", { type: 'char', length: 1 });
FieldF = String.fromEbcdicHex('01'); |