Previous Topic: DEFALL Command—Define All Terminals in OPSVIEWNext Topic: Use the EPI DEFINE Command


Write an OPS/REXX Program

You can write a small OPS/REXX program to define each virtual terminal to the EPI.

For example, this defines three virtual terminals to the EPI:

ADDRESS "EPI"
   'DEFINE OPSS0001 LOGMODE(T3278M3)'
   'DEFINE OPSS0002 LOGMODE(T3278M3)'
   'DEFINE OPSS0003 LOGMODE(T3278M3)'

Note: For detailed information about the EPI DEFINE command, see the Command and Function Reference.