Previous Topic: ops--Use OPS/REXX to Drive EPI Virtual TerminalsNext Topic: General Syntax Rules of ADDRESS EPI


Issue ADDRESS EPI Host Commands

To issue commands to the EPI from an OPS/REXX program, you must code an ADDRESS statement of the form:

ADDRESS EPI

For clarity, the word EPI can be specified as the first word of each host command, but this is not required. The following host commands are functionally equivalent:

LIST TERM1
'LIST' TERM1
'LIST TERM1'
EPI LIST TERM1
EPI 'LIST' TERM1

The first and simplest form is the one that is used in all of the examples.