Good idea, there is one little problem though: CMS can be kille at two
places, and if it does, the EXEC will come to an end before the second level
VM is started.

The trick is to combine next 3 commands in one:
'TERMINAL CONMODE 3270'
'SET MACHINE ESA'
'IPL 711C CLEAR LOADPARM 0009'

should become:
'CP TERM CONMODE 3270' || ,
  '15'x || 'SET MACHINE ESA'|| ,
  '15'x ||'IPL 711C CLEAR LOADPARM 0009'

--
Kris Buelens,
IBM Belgium, VM customer support

Reply via email to