Previous Topic: Log a Virtual Terminal onto an External ProductNext Topic: External Products Acquiring Virtual Terminals


Define and Activate EPI Sessions

This procedure builds an EPI configuration consisting of three virtual terminals.

To define and activate EPI sessions

  1. Execute the following REXX program once CA OPS/MVS has completed initialization:
    EPI DEFINE OMTERM1,APPLID(OMVTAM) LOGONPARM()
    EPI DEFINE TSOTERM1 APPLID(TSO) LOGONPARM('TSOID1')
    EPI ENABLE ALL
    EPI LOGON ALL
    

    The above example defines three virtual terminals, enables all of them, and logs all of them to their respective external products.

Example: Define and activate EPI sessions

The following ADDRESS EPI example does the following: