TSODATA
Parameters
Parameters for the TSODATA control statement are as follows:
SAMPLE= | specifies the number of milliseconds between data gathering cycles for TSO data The default is 1000. The sampling rate can be between 20 and 9999. |
---|---|
CMDS= | identifies specific TSO commands (up to 32) that you want to monitor for response time information If you do not specify CMD, the first nnn commands issued are monitored, where nnn is the value specified on the LIMIT parameter. For standard TSO commands, TSO aliases (command short forms) are acceptable. Only one form of the command needs to be specified; for example, ALLOC also implies ALLOCATE. All commands are identified by their long names on the TSO Command Summary Report. |
LIMIT= | limits the total number of TSO commands (up to 251) that the CMF Extractor can monitor Any commands that are specified in the CMDS parameter are monitored along with any other commands that are detected, up to the LIMIT value. The default value for LIMIT is 32; the maximum value is 251. Specifying a value greater than 251 forces 251. If LIMIT exceeds the number of commands that are specified in CMDS, the additional commands are the first ones issued. If LIMIT is below the number of commands that are specified in CMDS, the limit is increased to the number of commands specified. |
USERS= | specifies whether statistics are to be collected for each TSO user at logoff The default is YES. USERS=YES is required to produce the TSO User Summary report. |
Examples