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: To use this command, the user must be signed on as QSRV or QSRVBAS, or have *ALLOBJ authority.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ACTION | Action | *PREPARED, *OPENED, *TEST, *PRBID | Required, Positional 1 |
RMTCPNAME | Remote control point | Communications name, *IBMSRV, *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.
Top |
*ESCAPE Messages
Top |