Unicode (UTF-8) data
File-AID/MVS Browse and Edit functions support Unicode (UTF-8) when the data is located on a COBOL USAGE UTF8 field. The Browse and Edit functions retrieve the native Unicode data in formatted and vertical formatted modes. Then, after converting the data from Unicode to terminal CCSID EBCDIC-based data, File-AID/MVS displays the converted EBCDIC-based data on the Browse/Edit formatted data screens.
In a formatted Edit session, you can edit the converted data in the Unicode fields. If any character can't be converted, the entire content will be displayed in HEX in formatted mode and "U-INVALID" will be displayed in vertical format mode. When you enter your edits, the EBCDIC-based data is converted back to Unicode.
In formatted mode with DISPLAY HEX, and in vertical formatted mode with HEX ON, File-AID/MVS displays native Unicode data in hexadecimal format, in addition to the converted EBCDIC-based data. You can then edit the Unicode data, including non-displayable characters, in hexadecimal format. See Editing Unicode (UTF-8) Data for more information.
Related topics