| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delay SRVAGT Problem Reporting (DLYSRVAGTP) command allows a user to specify whether to delay the reporting of certain system reference codes to normal business hours. These system reference codes have a group value of 'B' in the Service Agent threshold table. These may be displayed or changed by using the Work with threshold table option on the GO SERVICE main menu.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| ENABLE | Enable | *YES, *NO | Optional, Positional 1 |
| RPTDAY | Report day | Single values: *ALL Other values (up to 6 repetitions): *MON, *TUE, *WED, *THU, *FRI, *SAT, *SUN |
Optional, Positional 2 |
| RPTSTRTIME | Report start time | Time, 080000 | Optional, Positional 3 |
| RPTENDTIME | Report end time | Time, 170000 | Optional, Positional 4 |
| Top |
Specifies whether delay problem reporting is enabled.
This is a required parameter.
| Top |
The days during which Group B system reference codes will be reported. If a system reference code occurs on a day that has not been specified, the error is held until a reporting day is reached.
The default is: *MON *TUE *WED *THU *FRI
This is a required parameter when ENABLE(*YES) is specified.
| Top |
The time of day that defines the start of normal business hours, specified in the job time format. Group B system reference codes will be reported to IBM between the Report start time and the Report end time.
The default is 080000.
Note: Report start time and Report end time must both be either before midnight or after midnight.
This is a required parameter when ENABLE(*YES) is specified.
| Top |
The time of day that defines the end of normal business hours, specified in the job time format. Group B system reference codes will be reported to IBM between the Report start time and the Report end time.
The default is 170000.
Note: Report start time and Report end time must both be either before midnight or after midnight.
This is a required parameter when ENABLE(*YES) is specified.
| Top |
DLYSRVAGTP ENABLE(*YES) RPTDAY(*MON *TUE *WED *THU *FRI) RPTSTRTIME(080000) RPTENDTIME(170000)
This command will cause Group B system reference codes to be reported only between 080000 and 170000 Monday through Friday. The reporting of Group B system reference codes that occur on other days or times will be delayed until the next reporting day and time.
| Top |
| Top |