In this part of the test session you set two options to help test the demo program:
The MXR option lets you limit the number of CICS requests the program could issue. When the demo program exceeded this limit, CA InterTest for CICS halted the program. This feature helps you find program instructions within a loop that generate an excessive number of CICS requests.
The MXS option lets you limit the amount of main storage used by the program. When the demo program exceeded the amount of storage you specified, CA InterTest for CICS halted the program.
This feature helps you find commands or macros within a loop that are getting excessive amounts of storage.