PLB_AAMCANCELCHAR Keyword


PLBWIN, or PLBLinux, 9.6

PLB_AAMCANCELCHAR={abortkey}

 

This keyword defines a default character or function key that cancels a READ operation for an AFILE. When this keyword is specified, the runtime READ AFILE operations automatically enable the abort/cancel support for an AFILE READ instruction. If this keyword is not specified,the default behavior of the runtimes does not allow an AFILE READ to be aborted/canceled. Note, that the SETMODE *AAMCANCELCHAR keyword enables the AFILE READ abort/cancel mode for a specific program that is executing.

 

Where:

{abortkey}
This parameter can be specified as a single key for a character such as A, B, C,... etc. Also, this parameter can be specified as a key name that identifies a key such as ESC, F1, F2,...etc. The following key names are supported for the {abortkey} parameter
 
ESC, ESCAPE
F1, F2, F3, F4, F5, F6, F7, F8, F9, F10
F11, F12, F13, F14, F15, F16, F17, F18, F19, F20
F21, F22, F23, F24, F25, F26, F27, F28, F29, F30
F31, F32, F33, F34, F35, F36, F37, F38, F39, F40
UP, DOWN, LEFT, RIGHT
INS, INSERT. DEL, DELETE
HOME, PGUP, PAGEUP, PGDN, PAGEDOWN, END

Examples:

PLB_AAMCANCELCHAR=a

PLB_AAMCANCELCHAR=F3

PLB_AAMCANCELCHAR=ESC

PLB_AAMCANCELCHAR=ESCAPE

Note:

  1. This keyword was replace by PLB_IOCANCELCHAR in version 9.6A and is now considered obsolete.

 

 

See Also: PLBWIN Keywords, PLBLinux Environment Variables, Compiler and Runtime Options

 



Compiler and Runtime Options PL/B Runtime Reference PLB_AAMCHECKTIME Keyword