PH-ALLOCATE

Allocates a port to the Terminal Independent Process Handler (TIPH).

Syntax

PH-ALLOCATE {portNumber}

Syntax Elements

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.

Prompt

If you do not specify a port number, you are prompted:

PORT TO ALLOCATE ?

Enter the required port number.

Restrictions

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).

Port Numbers

Comments

When you allocate a port using PH-ALLOCATE, it remains a TIPH port until you issue a PH-DELETE command.

You can use an allocated TIPH port as a normal terminal port when you are not using it to run a TIPH process.

Example

This example allocates port number 4 as a TIPH port.

:PH-ALLOCATE
PORT TO ALLOCATE ? 4