TEST—GO subcommand operands

address
specifies the address where processing is to begin. You can specify address as:
  • A symbolic address
  • A relative address
  • An absolute address
  • An address expression
  • A module name and entry name (separated by a period)
  • An entry name (preceded by a period)
When the problem program completes processing, the following message is displayed at the terminal:
IKJ57023I PROGRAM UNDER TEST HAS TERMINATED NORMALLY+

If you now issue the GO subcommand without specifying an address, the TEST session is terminated.

AMODE [(24 | 31 | SWITCH)]
specifies the addressing mode in which program execution resumes after the GO subcommand has been issued. You can specify AMODE without specifying an address. However, if the word AMODE or any abbreviation of the word AMODE is defined as a symbolic address, GO AMODE executes as follows: program execution starts at the last breakpoint and the SWITCH default is taken.

If you do not specify AMODE, there is no change in addressing mode.

ASCMODE(AR | PRIMARY)
specifies the PSW mode in which the program executes after the GO command is issued. If you specify ASCMODE(PRIMARY), the PSW is set to execute the program using the primary address space control mode (in primary mode). Specifying ASCMODE(AR) sets the PSW to execute the program in AR mode.