When you are in QuickEdit and enter the AO (Action Options) command, your own local REXX script executes instead of the expected Action Options panel.
This might happen with other commands like SQ or PD
The AO command is intercepted by ISPF before it is passed to QuickEdit. This occurs because the command is defined in an active ISPF command table. ISPF executes the command as defined in that table (running your REXX) without passing the input to the QuickEdit dialog.
You must adjust the ISPF command table to allow QuickEdit to process the command locally.
ISPVCALL STATUS (or TSO ISPVCALL STATUS) from within your QuickEdit session.This configuration allows the product to run the Action Options dialog in QuickEdit while preserving your user-defined functions in other environments. This is because CTLICMDS is the "application-level" command table which takes precedence over other active command tables while the application (QuickEdit) is running