Previous Topic Next topic Print topic


cassi (CICS version)

Starts a service execution process. Use this version of the command if you have MSS CICS Support installed. You should use this command only when you want to debug a service, using one of the /a options.

Syntax:

cassi [/res-name]
      [/a]
      [/atterminal-id]
      [/axtransaction-id]

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
/atterminal-id Debug any application that runs in response to a request from the terminal identified by terminal-id
/axtransaction-id Debug any application that runs in response to a non-facility transaction identified by transaction-id

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:

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

Previous Topic Next topic Print topic