MODIFY command: X.25 NPSI server

Use the MODIFY command to pass parameters to the X.25 NPSI server.

Format

Read syntax diagramSkip visual syntax diagram
>>-+-MODIFY-+--procname--,--+-CANCEL-------------------+-------><
   '-F------'               +-DEBUG --digits-----------+   
                            +-EVENTS --+----+----------+   
                            |          '-id-'          |   
                            +-HALT---------------------+   
                            +-LIST---------------------+   
                            +-RESTART --+-------+------+   
                            |           '-mchlu-'      |   
                            +-SNAP --+----+------------+   
                            |        '-id-'            |   
                            +-TRACE --+-id-+--+-DATA-+-+   
                            |         '-*--'  '-OFF--' |   
                            '-TRAFFIC------------------'   

Parameters

procname
The member name of the cataloged procedure used to start this server.
CANCEL
Cancels the X.25 NPSI server task and produces a dump.
DEBUG digits
Alters debug settings, where digits is a string of debug levels corresponding to those in the configuration data set for X.25 NPSI server.
EVENTS id
Displays event handler names for debugging, where id is an optional LU name or logon ID.
HALT
Shuts down the X.25 NPSI task, closing all connections.
LIST
Displays a list of the status of the virtual circuit.
RESTART mchlu
Attempts to reacquire failed links (MCHs), after reactivating them through VTAM®. mchlu is an optional LU name from a link definition. If omitted, all inactive MCHs are restarted.
SNAP id
Displays program data areas for debugging, where id is an optional LU name or logon ID.
TRACE
Alters the trace level, where id is an optional LU name, logon ID, or an asterisk (*). TRACE can be one of two levels: DATA or OFF.
TRAFFIC
Displays traffic counts.

Examples

To halt an X.25 NPSI server whose procedure started with the following statements in the hlq.PROFILE.TCPIP you could issue either of the commands that follow at the operator console:
AUTOLOG
   TCPIPX25
Issue one of the following commands:
MODIFY TCPIPX25,HALT
 
F TCPIPX25,HALT