¿ªÔÆÌåÓý

Re: DMSCIT171T Permanent console error; re-IPL CMS after TERM CONMODE 3270


 

TERM CONMODE 3270 is useful to run guests.? The CMS abend isn't nice.? So to avoid that
  • All manual:
    SYSTEM RESET? ? to kill CMS
    TERM CONMODE 3270
    IPL xxxx
  • At the console on 1 command
    #CP TERM CONMODE 3270#IPL xxxx
  • In a REXX exec
    nl='15'x
    address command 'CP TERM CONMODE 3270' || nl || 'IPL xxxx'
Often a DEF STOR is done as well before starting the guest: insert that before the IPL command
--
Kris Buelens

Join [email protected] to automatically receive all group messages.