Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Start RSE Server (STRRSESVR) command starts the Remote System Explorer (RSE) communications server if it is not already started and associates the current interactive job with the specified RSE connection.
The purpose of STRRSESVR command is to associate an emulator with an RSE connection for running and debugging interactive applications. The job is locked for the exclusive use of the associated RSE connection. The job can be released either by disconnecting the associated RSE connection or using the Release Interactive Job action for the RSE connection.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
NAME | Connection name | Character value, *PRV | Optional, Positional 1 |
WRKLIB | Working library | Name, *PRV, *DFT | Optional, Positional 2 |
RMTLOCNAME | Remote location name | Character value, *RESOLVE, *PRV | Optional, Positional 3 |
PORT | TCP/IP port | 1-65534, *PRV, *DFT | Optional |
Top |
Specifies the RSE connection which should be associated with this interactive job. The connection name can be specified by itself or optionally qualified with the RSE profile name.
Top |
Specifies the library where the STRRSESVR command will create a data queue to communicate with the RSE server.
Top |
Specifies the TCP/IP hostname or IP address of the client machine where the RSE communications daemon is running.
Top |
Specifies the port number where the RSE communications daemon is listening.
Top |
Example 1: Start RSE Server Specifying Only a Connection Name
STRRSESVR NAME(DEVELOPMENT)
This command associates the current interactive job with the RSE connection whose name is DEVELOPMENT.
Example 2: Start RSE Server Specifying Connection Name and Additional Parameters
STRRSESVR NAME(TEST.DEVELOPMENT) RMTLOCNAME('192.168.1.45') WRKLIB(DEVLIB)
This command associates the current interactive job with the RSE connection named DEVELOPMENT in the TEST profile on the client machine with the specified IP address. The data queue used to communicate between this job and the RSE is created in the library DEVLIB.
Top |
*ESCAPE Messages
Top |