Example 1

Operation: Initiate execution of the program being tested at a particular location.

Known:
  • The starting address: +0A
  • The addresses of data to be passed: CTCOUNTR LOOPCNT TAX
call +0a parm(ctcountr loopcnt tax)
Note: The following message is issued after completion of the called routine:
'IKJ57023I PROGRAM UNDER TEST HAS TERMINATED NORMALLY+'

This message is then issued because no return address was specified. If GO is now specified without an address, the TEST session is terminated.