Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Submitted Change Request Messages (DSPSBMCRQM) command displays or prints a list of messages for one or more submitted change requests.
Restriction:
You can only display messages for change requests you submitted, unless you have *JOBCTL authority. In this case, you can display messages for any change request.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CRQ | Change request | Element list | Optional, Positional 1 |
Element 1: Name | Generic name, name, *ALL | ||
Element 2: Sequence number | 1-999999, *ALL | ||
ACTIVITY | Activity name | Name, *ALL, *LAST | Optional |
CPNAME | Managed system node names | Element list | Optional |
Element 1: Network identifier | Communications name, *ALL, *NETATR | ||
Element 2: Control point | Character value, *ALL, *NETATR | ||
SEV | Severity code | 0-99, 0 | Optional |
PERIOD | Period | Element list | Optional |
Element 1: Start time and date | Element list | ||
Element 1: Start time | Time, *AVAIL | ||
Element 2: Start date | Date, *BEGIN, *CURRENT | ||
Element 2: End time and date | Element list | ||
Element 1: Ending time | Time, *AVAIL | ||
Element 2: Ending date | Date, *END, *CURRENT | ||
OUTPUT | Output | Optional |
Top |
Specifies the qualified change request name used to display messages.
The possible change request name values are:
The possible sequence number values are:
Top |
Specifies the name of the activity for which the messages are displayed.
The possible values are:
Top |
Specifies the APPN control point names of the managed systems on which this activity is to be performed. Control point names cannot be specified if a node list is specified.
The possible network identifier values are:
The possible control point values are:
Top |
Specifies the severity level for which messages are displayed.
Top |
Specifies a period of time for which the change requests or messages are displayed. The following values can be coded in this parameter, which contains two list of two elements each:
The possible starting time values are:
One of following is used to specify the starting time at which or after which the change request message must have been logged. Change requests logged before the specified time and date are not displayed.
The possible starting date values are:
One of the following is used to specify the starting date on which or after which the change requests messages must have been logged. Messages logged before the specified date are not displayed.
The possible ending time values are:
One of the following is used to specify the ending time before which the change request messages must have been logged.
The possible ending date values are:
One of the following is used to specify the ending date before which or on which the change request messages must have been logged.
Top |
Specifies that the output from the command is shown at the work station requested, or prints with the job's spooled output.
Top |
Example 1: Displaying All Messages for a Change Request
DSPSBMCRQM CRQ(CHG0001 000001)
This example shows how to display all messages for change request CHG0001 with sequence number 000001.
Example 2: Displaying All Severity 30 Messages for a Change Request
DSPSBMCRQM CRQ(CHG0001 000001) ACTIVITY(APLYPTF) SEV(30)
This example shows how to display all change request messages for CRQ00001 000001 activity APLYPTF with severity greater than, or equal to 30.
Example 3: Displaying All Messages for a Specified Period
DSPSBMCRQM CRQ(CHGRQS*) CPNAME(*NETATR CHICAGO) PERIOD((*AVAIL 08/31/02) (*AVAIL *CURRENT ))
This example displays all messages for change requests starting with CHGRQS and that have a destination of CHICAGO. Only the messages logged between 8/31/02 and the current date are displayed.
Top |
None
Top |