5.2 Debug Configuration File Parameters
The following table lists and defines debug configuration file parameters available to be referenced by the CICS application.
Table 5-1 Debug Configuration Parameters
Field Name | Type | Values | Description |
---|---|---|---|
ANIMSRVID
|
X(40) or 1 ~ 999999999
|
Mandatory
|
When a transaction is running, ART for CICS uses this ANIMSRVID to enable animation for the program.
For Micro Focus COBOL application programs, For COBOL-IT COBOL application programs, Note: You can specify multipleANIMSRVID with the same name; however, ART for CICS application server will only find the first ANIMSRVID that matches all required fields as the trigger resource, which is then triggered by anim / deet utility.
|
TermID
|
X(4)
|
Optional
|
Specifies the four-character identifier of the terminal on which the transaction that is to be tested will be run. |
UserID
|
X(8)
|
Optional
|
Specifies the eight-character identifier of the user, who is to be diagnosed. |
SYS_ID
|
X(4)
|
Optional
|
Specifies the four-character identifier of the remote system (CICS region or CICS client) where the transaction that is to be diagnosed will originate. |
TransID
|
X(4)
|
Optional
|
Specifies the four-character identifier of the transaction that is to be diagnosed. |
Program
|
X(30)
|
Optional
|
Specifies the name of the program that is to be diagnosed. |
Parent topic: Debug Configuration File