The Option for ISPF dynamically front‑ends several ISPF/PDF Edit primary commands with CA Panvalet Option for ISPF program macros.
A list of these commands and the corresponding program macros follows:
|
Command |
Macro |
|---|---|
|
COPY |
PVCOPY |
|
CREATE |
PVCREAT |
|
EDIT |
PVEDIT |
|
END |
PVEND |
|
MOVE |
PVMOVE |
|
REPLACE |
PVREPLA |
|
RMACRO |
PVRMACR |
|
SAVE |
PVSAVE |
While in CA Panvalet Option for ISPF Edit, you can invoke these edit commands from user‑written edit macros. You can do this by coding the edit macro according to normal ISPF/PDF macro syntax. The Option for ISPF front‑end automatically gets control and performs the request. For example, the statement in a user‑written macro to perform a CA Panvalet Option for ISPF Edit COPY function would read as one of the following:
ISREDIT COPY panmbr AFTER linenbr
ISREDIT !PVCOPY panmbr AFTER linenbr
When invoking Edit functions from a user‑written macro with the Option for ISPF, note the following:
The following values are returned in PVRC:
Note: You cannot use BUILTIN to override any of the Option for ISPF front‑ends except MOVE, COPY, CREATE, and REPLACE.
|
Copyright © 2012 CA.
All rights reserved.
|
|