Previous Topic Next topic Print topic


cassi

Syntax:

cassi [/res-name]
      [/a]
      [/v]
      

Parameters:

/res-name Name of the enterprise server for which to start a service execution process. Defaults to ESDEMO
/a Debug any application that runs in this service execution process
-v Specify IMS transaction classes when debugging (using the -a parameter)

In order to debug an IMS transaction running in a specific IMS region, from a telnet shell, after you have unset DISPLAY and used the appropriate umask, start the command:

cassi –a –v <trans-classes> -r REGION
where <trans-classes> contains the IMS classes that you want to debug for.

Dependencies:

To use this command:

  • You must have started the enterprise server named with the /r flag first.
  • You must be running under the same user ID as the enterprise server named with the /r flag.

Comments:

If the execution of this command takes the number of service execution processes over the configured number, Enterprise Server will terminate one of the service execution processes.

On UNIX you can use a dash (-) before a parameter as an alternative to a forward slash (/).

Previous Topic Next topic Print topic