type
|
Specify either
JCL |
WS | J2EE, depending on the type of application or service you want to debug.
|
Mandatory
|
All
|
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
|
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
|