In the system program sys.help.set, the EndFld PCL for ok calls sethelp()
which in turn calls sys.set_msgline2() to set the user specified value
for XLMSGLINE2.
The entire sethelp() PCL follows:
sys.set_help(helpmsg);
sys.set_fkhelp(fkhelp);
sys.set_msgline1(msgl1);
sys.set_msgline2(msgl2);
sys.set_return(retsel);