Previous Topic

Next Topic

Book Contents

Book Index

Example for IOATEST

//EXEC IOATEST,

// PARM='WTO=PROGRAM ERROR,WAIT=10,TERM=U0008'

Issues WTO message with the text "PROGRAM ERROR", waits 10 seconds and terminates the step with user abend U0008.

Figure 12 IOATEST – Example

// EXEC IOATEST

//SYSIN DD *

CMD=D T

TERM=C0004

//

Issues the operator command ‘D T’ and then terminates with condition code C0004.

Parent Topic

IOATEST – Simulate Production Environment Events