Argument | Description | Usage | Applies to |
---|---|---|---|
type | Specify either CICS | JCL | WS | J2EE, depending on the type of application or service you want to debug. | Mandatory | All |
tranid | Specify the CICS transaction id that you want to debug | Optional | CICS only |
termid | Specify the CICS terminal id used to launch the application.
Note: For non-facility tasks (i.e. those which are not running on a terminal or printer) specify '....' for the value of the terminal
ID.
|
Optional | CICS only |
userid | Specify the CICS user id used to start the application that you want to debug | Optional | CICS only |
progid | Specify the program id of the program that you want to debug | Optional | CICS only |
jobname | Specify the name of the job you want to debug. | Optional | JCL only |
stepname | Specify the JCL step that you want to debug. | Optional | JCL only |
jobnumber | Specify the number of a job in the help queue that you want to debug | Optional | JCL only |
progbponly | When a program breakpoint is set execution will only stop when the program is entered. It will not stop when on the initial program of the transaction | Optional | All |
program | Specify the name of the JCL program that you want to debug | Optional | JCL only |
ipaddress | Specify the IP address of the client that will be used to request the web service you want to debug. Enter the address in the form xxx.xxx.xxx.xxx | Optional | Web service only |
servicename | Specify the fully qualified name of the service. This is formed by taking the name of the service and appending a hash(#) character, for Web Services, or a dot(.), for J2EE, followed by the name of the operation that you want to debug. For example, if the service name for the web service that you deployed is http://tempuri.org/wmapserv, and the operation to be debugged is Read, the fully qualified service name is http://tempuri.org/wmapserv#Read | Optional | Web service and J2EE |
server | Specify the enterprise server region that you are using to run the services you want to debug | Mandatory | All |
For example:cobesdebug type=WS server=ESDEMO servicename=http://tempuri.org/wmapserv#Read
cobesdebug now passes the service details to the enterprise server region specified by the server parameter and starts the Character Animator. The Character Animator waits for the service to begin.
Each time a service is started, the enterprise server region will check to see if it matches the details that you provided. If it does, the region attaches the Character Animator to the service.