Previous Topic: Disable the OMEGAMON Use of Extended AttributesNext Topic: CA7MVS Implementation


CA7MVS—Sample CA 7 Interface Routine

The routine CA7MVS in the REXX library (data set SYS1.OPS.CCLXEXEC documented in the CA OPS/MVS Administration Guide) is an OPS/REXX program that issues CA 7 commands and gets responses returned in the external data queue of the calling program.

By default, EXECUTE presses the Enter key, which can be overridden by specifying a PF key or other attention key (PF1, ..., PF24, PA1, PA2, PA3, CLEAR, or Enter). For example:

CALL CA7MVS 'EXECUTE CLEAR'
CALL CA7MVS 'LACT|EXECUTE ENTER'