Allocates a port to the Terminal Independent Process Handler (TIPH).
PH-ALLOCATE {portNumber}
portNumber The number of the port to allocate. This must be a 'real' port; that is, one with a number less than that specified by the MaxPortNum database configuration parameter.
See Port Numbers below for more details.
If you do not specify a port number, you are prompted:
PORT TO ALLOCATE ?
Enter the required port number.
SYSMAN and SYSPROG accounts only.
You cannot start a TIPH process on a port that is already in use.
You can only run one TIPH process on each port (but see Port Numbers below).
ILLEGAL PORT SPECIFIED
On Windows, you can use any free port with a number up to that specified by the MaxPortNum database configuration parameter.
The specified port can be the base of a range defined in the devices file using the OPEN and RANGE keywords. In this case, you can start as many TIPHs on that port as there are ports in the range. Each time a TIPH is started the next free port in the range is used.
Note: In this case, only the base port number is considered a TIPH port. You cannot start a TIPH on any other port in the range.
When you allocate a port using PH-ALLOCATE, it remains a TIPH
port until you issue a
You can use an allocated TIPH port as a normal terminal port when you are not using it to run a TIPH process.
This example allocates port number 4 as a TIPH port.
:PH-ALLOCATE
PORT TO ALLOCATE ? 4