String.fromEbcdicHex()
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
pjs.define("FieldF", { type: 'char', length: 1 });
FieldF = String.fromEbcdicHex('01');
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!