Enables IME input in ADIS when executing an ACCEPT on a PIC N or PIC X field.
Syntax:
call x"AF" using function-code
parameter
Parameters:
- function-code
- Call prototype: cblt-x2-compx
- Picture: pic 99 comp-x.
- parameter
- Call prototype: cblt-x2-compx
- Picture: pic 99 comp-x.
On Entry:
-
function-code
- Value 82
-
parameter
- Action to perform:
0
|
Disable IME mode
|
1
|
Enable IME mode for both PIC N and PIC X
|
2
|
Enable IME for PIC N
|
3
|
Enable IME for PIC X
|
Comments:
To use this function, you must add the following code to your program.
In the Working Storage section:
In the Procedure division:
If you disable the IME using the x"af" call, manually enabling it using the conversion key will result in the conversion window appearing in the top left corner.