Prompting keywords

When you specify any of the trace options listed in Table 1, GTF prompts for specific values by issuing message AHL101A:
AHL101A SPECIFY TRACE EVENT KEYWORDS - keyword=,...,keyword=

The keywords issued in the message correspond to the trace options specified. Enter only the trace event keywords appearing in the message text. The trace options and their corresponding keywords are:

Table 1. GTF trace options and corresponding prompting keywords
Trace Option Prompting Keyword Number of Prompting Values Allowed
ASIDP ASID= 5
CCWP CCW= N/A
IOP, IOXP, SYSP IO=SSCH= Unlimited
IOP, IOXP, SSCHP, SYSP IO=SSCH= Unlimited
JOBNAMEP JOBNAME= 5
Start of changePFIDPEnd of change Start of changePFID=End of change Start of change256End of change
PIP, SYSP PI= 50
SSCHP, SIOP, SYSP SIO= Unlimited
SSCHP, SIOP, SYSP SSCH= Unlimited
SVCP, SYSP SVC= 50
USRP USR= 50
Note:
  1. The SIO keyword is provided only for compatibility; it is recommended that you use the SSCH keyword instead. The SIOP option is provided only for compatibility; it is recommended that you use the SSCHP option instead.
  2. Tracing a PAV base device number will cause all PAV aliases associated with that base device number to also be traced. If I/O tracing is needed to locate issues related to PAV alias device numbers when they are not associated with a PAV base device number, specify the device numbers of the PAV alias devices explicitly.
Guidelines for specifying values for prompting keywords: Use the following guidelines when replying to message AHL101A for prompting keywords:

For sample prompting sequences, see Examples of sample prompting sequences.

Use the following keywords when GTF prompts for values by issuing message AHL101A:
ASID=(asid1[,asidn]...[,asid5])
Specifies one through five identifiers for address spaces in which you want GTF tracing to occur. The values ‘asid1’ through ‘asid5’ are hexadecimal numbers from X'0001' to the maximum number of entries in the address space vector table (ASVT). If you specify ASIDP, but do not specify ASID= before replying END, GTF traces all address space identifiers.

If the number of values for ASIDP requires more than one line, and a particular ASID value is incorrect, GTF allows you to respecify the correct value without having to reenter all ASIDs.

If you specify both ASIDP and JOBNAMEP, GTF will trace address spaces that ASIDP did not identify, if some of the jobs that JOBNAMEP identifies run in other address spaces.

CCW=([S|I|SI][,CCWN=nnnnn][,DATA=nnnnn][,IOSB][,PCITAB=n])
Specifies different options for tracing channel programs. If you specify CCW= more than once, GTF uses the last specification of CCW=.
If you specify CCWP, but do not specify a value for keyword CCW=, GTF's default CCW tracing depends on what other trace options were specified. The following table shows the defaults for CCW tracing depending on other trace options specified:
Table 2. CCW defaults for selected TRACE options
Other Trace Options Selected CCW Subparameter Defaults
SSCH or SSCHP S
IO or IOP or IOX or IOXP I
SSCH or SSCHP or IO or IOP or IOX or IOXP SI
PCI PCITAB=1
SSCH or SSCHP or IO or IOP or IOX or IOXP CCWN=50
SSCH or SSCHP or IO or IOP or IOX or IOXP DATA=20
Examples:
TRACE=IO,CCWP            CCW defaults to: CCW=(I,CCWN=50,DATA=20)
TRACE=IOP,SSCH,PCI,CCWP  CCW defaults to: CCW=(SI,CCWN=50,DATA=20,PCITAB=1)
If you specify an option more than once in one line, GTF uses the last specification of that option. An exception is that GTF uses the first specification of S, I, or SI. If a line contains an error, GTF prompts you to respecify the value.
S|I|SI
Specifies the type of I/O event for which you want channel programs traced. If you specify more than one option, GTF uses the first option.
S
Specifies GTF tracing of channel programs for start subchannel and resume subchannel operations. CCW=S works only with the SSCH or SSCHP trace options.
I
Specifies GTF tracing of channel programs for I/O interruptions, including program-controlled interruptions if you specify PCI as a trace option. CCW=I works only with the IO or IOP trace options.
SI
Specifies GTF tracing of channel programs for start subchannel and resume subchannel operations and I/O interruptions. CCW=SI works only with either SSCH or SSCHP and either IO or IOP as trace options.
CCWN=nnnnn
Specifies the maximum number of CCWs or DCWs traced for each event. The value nnnnn is any decimal number from 1 to 32767. The default is 50.
DATA=nnnnn
Specifies the maximum number of bytes of data traced for each CCW or DCWs. The value nnnnn is any decimal number from 0 to 32767. The default is 20.

GTF traces nnnnn bytes of data for each CCW on the data chain. GTF traces nnnnn bytes of data for each word in an indirect data addressing word (IDAW) list, a modified indirect addressing word (MIDAW) list, or a transport indirect addressing word (TIDAW) list.

For start subchannel or resume subchannel operations, GTF does not trace data for read, read backwards, or sense commands in the channel programs. If no data is being transferred, regardless of the type of I/O operation, GTF does not trace data for read, read backwards, or sense commands.

When the data count in the CCW or DCW is equal to or less than nnnnn, GTF traces all data in the data buffer. When the data count in the CCW or DCW is greater than nnnnn, GTF traces data only from the beginning and end of the data buffer. If you examine the traced data, you can tell whether the channel completely filled the buffer on a read operation.

GTF uses a different CCW or DCW tracing method for a data transfer that is in progress when an I/O interruption occurs. Instead of using the data count in the CCW or DCW, GTF tracing depends on the transmitted data count. The transmitted data count is the difference between the data count in the CCW or DCW and the residual count in the subchannel status word (SCSW), for non-zHPF channel programs and the transport status block (TSB), for zHPF channel programs.
  • When the residual count is greater than the data count in the CCW or DCW, then GTF traces all of the data in the CCW or DCW.
  • When the transmitted data count is less than or equal to nnnnn, GTF traces all of the transmitted data.
  • When the transmitted data count is greater than nnnnn, GTF traces data only from the beginning and end of the transmitted data.
IOSB
Specifies tracing of the input/output supervisor block (IOSB), the input/output block extension (IOBE), for zHPF channel programs, and, if available, the error recovery procedure work area (EWA), for all CCW events. If you do not specify IOSB, then GTF performs IOSB and EWA tracing only if GTF encounters an exceptional condition when tracing a channel program.
PCITAB=n
Specifies a decimal number of 100-entry increments for GTF to allocate in an internal program-controlled interruption (PCI) table. The value of n is an integer from 1 to 9. The default is 1 (100 entries).

The PCI table keeps track of the channel programs that use PCI. One entry in the PCI table contains information about a program-controlled interruption in one channel program. An entry in the PCI table includes a CCW address and an IOSB address.

IO=(DEVCLASS=xxxx,DEVCLASS=xxxx,devnum1 [,devnumn...,devnum])
Specifies devices for which you want I/O interruptions traced. Devices are specified by entering a device number or a device class.

The device number must be specified in hexadecimal and is not the same as the subchannel number. If you specify any combination of IO= and SSCH=, and IO=SSCH=, the combined number of device numbers for all prompting keywords is unlimited. Specify device numbers individually, or as a range of device numbers with a dash (-) or colon (:) separating the lowest and highest number in the range. For example, to trace I/O interruptions for device numbers 193 through 198, you specify IO=(193-198).

The device class must be specified with the DEVCLASS= keyword parameter, which provides the ability to trace all devices in the specified device class. The allowable keyword parameters are:
     TAPE  (magnetic tape devices)
     COMM  (communications)
     DASD  (direct access storage device)
     DISP  (display)
     UREC  (unit/record)
     CTC   (channel to channel)

If you specify IOP, IOXP, or SYSP and does not specify IO= in the response to the prompting messages, GTF processing proceeds as if you specified IO, IOX or SYS event keywords respectively.

For the following examples, the I/O device numbers and associated device types listed below are used:
I/O Device Number
Device Type
230
3390 DASD
450
3490 Tape Drive
575
3480 Tape Drive
663
3380 DASD
020
3274 Communications Controller
In this example, the resulting trace includes information for all DASD devices and one 3490 tape drive at address 450.
       IO=(DEVCLASS=DASD,450)
In the following example, the resulting trace includes information for all DASD and TAPE devices and the communications controller at address 020.
       IO=(DEVCLASS=DASD,DEVCLASS=TAPE,020)
In this example, the resulting trace includes information for the devices at addresses 450, 575, and 663.
       IO=(450-663)
IO=SSCH=(DEVCLASS=xxxx,DEVCLASS=xxxx,devnum1[,devnumm....
[,devnum])
Specifies devices for which you want both I/O interruptions and start subchannel operations traced. See the IO= prompting keyword for a description of how to specify devices to be traced.
JOBNAME=(jobname1[,jobnamen]...[,jobname5])
Specifies one through five job names for which you want GTF tracing to occur. The values job1 through job5 must be valid job names.

These job names can be generic, as well as specific, job names. If you want to specify generic job names, you must use * or % in the job name.

The asterisk is a placeholder for one or more valid job name characters, or indicates no characters. For example, if the you enter JOBNAMEP=I*MS*, GTF will process trace data for address spaces with job names IABMS01, IAMS, IMS™, IMSA, IMS00012, and so on. However, if you code JOBNAMEP=*MASTER*, that job name represents only the master address space.

The percent symbol is a placeholder for a single valid job name character. For example, if you code JOBNAMEP=I%MS%%, GTF will process trace data for address spaces with job names IAMS01 and IXMSBC, but not job names IMS001 or I999MS. The combination %* is a placeholder for at least one character.

If you specify JOBNAMEP, but do not specify JOBNAME before replying END, GTF traces all job names.

If the number of values for JOBNAMEP requires more than one line, and a particular job name value is incorrect, GTF allows you to respecify the correct value without having to reenter all job names.

If you specify both ASIDP and JOBNAMEP, GTF will trace jobs that JOBNAMEP did not identify, if some of the address spaces that ASIDP identifies contain jobs that JOBNAMEP did not identify.

Start of changePFID=(pfid1[,pfidn]...[,pfid256])End of change
Start of changeSpecifies 1 to 256 PFIDs or PFID ranges for which you want GTF tracing to occur. The values are hexadecimal numbers from 0 to FFFFFFFF. Leading zeroes are allowed. For example: 1, 01, and 00000001 are all accepted. If a PFID range is specified, the first number in the range must be lower than the second number in the range.

Duplicate PFID values are ignored. Overlapping PFID ranges are accepted without issuing an error message.

If you specify PFIDP, but do not specify PFID= before replying END, GTF traces all PFIDs. If the number of values for PFIDP requires more than one line, and a particular PFID value is incorrect, GTF allows you to re-specify the correct value without having to reenter all PFIDs.

End of change
PI=(code0[,coden]...[,code50])
Specifies 1 through 50 program interruption codes, in decimal notation, that you want traced. If you specify PIP or SYSP, and do not specify PI= in response to this prompting message, GTF traces all program interruptions.
SSCH=(DEVCLASS=xxxx,DEVCLASS=xxxx,devnum1[,devnumn....,
devnum])
Specifies devices for which you want start subchannel operations traced. See the IO= Prompting keywords for a description of how to specify devices to be traced.
SVC=(svcnum1[,svcnumn]...[,svcnum50])
Specifies 1 through 50 SVC numbers, in decimal notation, that you want traced. If you specify SVCP or SYSP, and do not specify SVC= in response to the prompting message, GTF traces all SVC numbers. Both SVC entry and exit are be recorded.
USR=(event1[,eventn]...[,event50])
Specifies 1 through 50 user event identifiers (EIDs) for which you want user data traced. The values for USR are three-digit hexadecimal numbers, as follows:
Table 3. Event identifiers and the types of events they represent
Identifier (Hex) Type of Event
000-3FF User
400-5FF Reserved for program products
600-FFF Reserved for IBM subsystems and components

If you specify USRP and do not specify USR= in response to the prompting message, all instances of GTRACE issued with TEST=YES will return with an indication that tracing is not active.