Support Functions
The following support functions are available:
PFI
A generic type definition for a function that returns an integer value.
PFI_IDPES_FN_DISPLAY_TO_UTF16
Converts COBOL DISPLAY encoded strings to UTF-16 encoded strings.
PFI_IDPES_FN_UTF16_TO_DISPLAY
Converts UTF-16 encoded strings to COBOL DISPLAY encoded strings.
PFV_IDPES_FN_ALLOC_MEM
Allocates memory for user exits to use.
PFV_IDPES_FN_FREE_MEM
Frees memory previously allocated for user exits to use.
Parent topic:
User Exits