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, ANIMSRVID is a string that is required for enabling animation in COBOL. It is a character string of up to 40 characters. The string can have alphanumeric characters and the underscore character.

For COBOL-IT COBOL application programs, ANIMSRVID is a number ranging from 1 to 999999999.

Note:

You can specify multiple ANIMSRVID 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.