CAnn[(response-indicator ['text'])]

If you specify this keyword and the display station user presses the specified function key, the following happens:

All other function key response indicators in the input buffer are set off (hex F0).

The response indicator, if specified with the CAnn keyword, is set on (hex F1).

The OS/400 data management feedback area is updated.

Data already in the input buffer remains unchanged except that the response indicator (if specified) is set on.

Control is returned to your program.



CFnn[(response-indicator ['text'])]

If you specify this keyword, and the display station user presses the specified function key, the following happens:

All other function key response indicators in the input buffer are set off (hex F0).

The response indicator, if specified with the CFnn keyword, is set on (hex F1).

The OS/400 data management feedback area is updated.

Data is placed in the input buffer according to data received from the device.

Control is returned to your program.