First off, is the screen menu showing at all?
If not, command REDEFINE and enter SCREENMENU.
From there, command CUI and turn it on (once you set a workspace as current).
Is your menu a enterprise? Your hint is MENULOAD, which means "Yes".
If so, there are 2 options.
First option:
All lines that reference a screen menu should be changed to [MenuName]._DR
where [MenuName] is the name of your menu (the enterprise name).
Second option:
Customize button and transfer the screen menu section from your enterprise
area into the "Base" menu. I do not think you can simply drag and drop the
whole section as one, though I have not tried it (yet). The [MenuName] prefix
will not be required with this method.
The underscore in this instance does not mean language specific, rather you
are using it literally as a character. $S=ACAD12._DR should work if your
enterprise is named "ACAD12" and one screen menu is named "_DR".
Experiment using the following snippet on the command line:
(menucmd "S=ACAD12._DR")
Maybe eliminate the underscores?
*untested*
Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.