Previous Topic: Define Virtual Terminals to the EPINext Topic: DEFALL Command—Define All Terminals in OPSVIEW


OPEPDFAL Routine—Define All Terminals to the EPI

The OPS/REXX program OPEPDFAL can be called from any REXX program to define all terminals to the EPI under a given VTAM major node.

This routine takes one argument, a character string composed as follows:

RETCODE = OPEPDFAL('majnode keywords')
majnode

The name of the VTAM major node (see the VBUILD statement discussed previously).

keywords

Any keywords allowed on the EPI DEFINE command.

Example: OPEPDFAL Routine

This example defines all APPLIDs under VTAM major node name OPSSAPPL as virtual terminal names under the EPI, using a VTAM logmode table entry named T3278M3:

RETCODE = OPEPDFAL('OPSSAPPL LOGMODE(T3278M3)')