End Remote Support (ENDRMTSPT)

Where allowed to run:
  • Interactive job (*INTERACT)
  • Interactive program (*IPGM)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The End Remote Support (ENDRMTSPT) command varies off and deletes the line, controller's and device descriptions created by the Start Remote Support (STRRMTSPT) command. This command optionally deletes the QTILIB library created by the (STRRMTSPT) command.

Restriction: This command is not valid when you are signed-on the remote support work station.

Top

Parameters

Keyword Description Choices Notes
DLTLIB Delete library *YES, *NO Optional, Positional 1
OPTION How to end *CNTRLD, *IMMED Optional, Positional 2
Top

Delete library (DLTLIB)

Specifies if the remote service library (QTILIB) should be deleted when running the (ENDRMTSPT) command.

*NO
The remote service library (QTILIB) is not deleted.
*YES
Delete the remote service library (QTILIB).
Top

How to end (OPTION)

Specifies how the remote support connection is ended.

*CNTRLD
The remote support connection ends when the connection timeout is reached.
*IMMED
The remote support connection ends immediately.
Top

Examples

ENDRMTSPT   DLTLIB(*NO)  OPTION(*IMMED)

This command immediately ends the remote support connection and deletes the configuration objects that have been created.

Top

Error messages

None

Top