Previous Topic: OPS/REXX InterfacesNext Topic: OPS/REXX Interface with TSO


OPS/REXX Interface with ISPF Dialog Management Services

In AOF request rules and in OPS/REXX programs, you can use the ADDRESS ISPEXEC statement to pass host commands to the ISPEXEC command processor. For example, the following statement tells the ISPEXEC command processor to position the current row pointer at the top of MYTABLE:

address ISPEXEC
  "TBTOP MYTABLE"