Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Send Service Request (SNDSRVRQS) command establishes a communications session and sends problem information to your service support system or tests the communications link to your service provider.
Restriction: This command is shipped with public *EXCLUDE authority, and the QSRV and QSRVBAS user profiles have private authority to use the command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ACTION | Action | *PREPARED, *OPENED, *TEST, *PRBID | Required, Positional 1 |
RMTCPNAME | Remote control point | Communications name, *IBMSRV, *CIM, *SELECT | Optional |
RMTNETID | Remote network identifier | Communications name, *NETATR | Optional |
PRBID | Problem identifier | Character value | Optional |
Top |
Specifies the type of request.
Top |
Specifies the service provider to whom the service request is sent. When *PREPARED is specified for the Action (ACTION) parameter, only the problem log entries that have defined destinations will be processed.
Top |
Specifies the remote name of the service provider's network.
Top |
Specifies the specific problem record identifier. If the problem identifier is for a PREPARED problem, the problem must have been prepared for the selected service provider.
Top |
Example 1: Sending Prepared Records
SNDSRVRQS ACTION(*PREPARED)
This command establishes the communications link to the IBM service support system and sends all records in the problem log with the status prepared. The result of each problem log entry reported may be one of the following:
Example 2: Selecting a Service Provider
SNDSRVRQS ACTION(*OPENED) RMTCPNAME(*SELECT)
This command allows the user to select a service provider from a list. The service provider will receive all records in the problem log with an opened status.
Example 3: Create a CIM indication
SNDSRVRQS ACTION(*PRBID) RMTCPNAME(*CIM) PRBID(0123312332)
This command creates a CIM indication. The creation of the indication does not guarantee that the problem is reported by CIM. The problem will remain in ready status.
Top |
*ESCAPE Messages
Top |