Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Problem Action Entry (CHGPRBACNE) command allows you to change a problem action entry that was added using the Add Problem Action Entry (ADDPRBACNE) command. The program QSXVLDAC is used to validate the action entry, and a prompter exit routine is used to fill in the current values.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FILTER | Filter | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Filter | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
GROUP | Group | Name, *DEFAULT | Required, Key, Positional 2 |
ASNUSER | User assigned | Simple name, *NOCHG, *NONE, *SAME | Optional |
SNDDTAQ | Send to data queue | Single values: *NONE, *SAME Other values (up to 5 repetitions): Element list |
Optional |
Element 1: Data queue | Qualified object name | ||
Qualifier 1: Data queue | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
Element 2: Data queue key | Character value, *NONE, X'' |
Top |
Specifies the name of the filter.
This is a required parameter.
The possible library values are:
Top |
Specifies the group for which the actions are to be applied. The group name is assigned from selection criteria from a selection entry in the filter.
Top |
Specifies the user assigned to the problem log entry.
Top |
Specifies the data queue for the problem notification record. Keyed data queues are supported.
The possible Data Queue Name values are:
The possible Data Queue Key values are:
An 80-byte record is enqueued on the data queue specified by the user. This record is received when the QRCVDTAQ program is called. The data queue does not have to be used solely for problems; alerts and problems can share the same data queue.
If a key is specified, it is used when enqueueing the record on the queue. If the data queue is non-keyed, the record is enqueued without a key.
Note: The time stamp used is the system standard time stamp. This time is already stored in the problem record.
See the table in the SNDDTAQ parameter description for the Add Problem Action Entry (ADDPRBACNE) command for a description of the record format.
Top |
CHGPRBACNE FILTER(MYLIB/MYFILTER) GROUP(IOWA) ASNUSER(NIGHTOPR) SNDDTAQ(*SAME)
This command changes the actions for group IOWA. The assigned user is changed to NIGHTOPR.
Top |
*ESCAPE Messages
Top |