MPE/iX - CI Programming for Stability

July 18, 2008 HP World '01 51
Synchronize jobs
!JOB jobZero,…
!limit +2
!stream job1
!pause job=!hplastjob
!stream job2
!errclear
!pause 600, !hplastjob
!if hpcierr = -9032 then
! tellop Job ”!hplastjob” has exceeded the 10 minute limit
! eoj
!endif
!stream job3
!pause job=!hplastjob; WAIT
!input reply, “’Reply ‘Y’ for !hplastjob; readcnt=1; CONSOLE
!if dwns(reply) = “y” then
. . .