Skip to main content

I got ": Too many hot keys active
COBOL error at 000A91 in aprogram.acu" error.

I checked the acuCOBOL document:http://supportline.microfocus.com/Documentation/AcucorpProducts/docs/v6_online_doc/runtime/run3202.htm

I understand that this message can be customized by "TEXT" configuration variable, but I don't know in what condition this message can be invoked?

Does anybody know about this error, and how to deal with them?

Thanks in advance!

I got ": Too many hot keys active
COBOL error at 000A91 in aprogram.acu" error.

I checked the acuCOBOL document:http://supportline.microfocus.com/Documentation/AcucorpProducts/docs/v6_online_doc/runtime/run3202.htm

I understand that this message can be customized by "TEXT" configuration variable, but I don't know in what condition this message can be invoked?

Does anybody know about this error, and how to deal with them?

Thanks in advance!

There is a maximum of 16 hot keys that can be defined.  Hot keys can be defined with the KEYSTROKE variable or the HOT_KEY configuration variable.  It would seem that your program is trying to define more than 16 hot keys.

Note: If you compile your program with -Ga option (or the -Gl option), the line number of where the error happens will be displayed.


I got ": Too many hot keys active
COBOL error at 000A91 in aprogram.acu" error.

I checked the acuCOBOL document:http://supportline.microfocus.com/Documentation/AcucorpProducts/docs/v6_online_doc/runtime/run3202.htm

I understand that this message can be customized by "TEXT" configuration variable, but I don't know in what condition this message can be invoked?

Does anybody know about this error, and how to deal with them?

Thanks in advance!

Thanks Bruce, I did have more than 16 entries in my "cblconfi" file.