Command analyzer exit points

The exit program registration facility provides two exit points for control language (CL) commands on the system.

  • The QIBM_QCA_CHG_COMMAND exit point can register only one exit program for a specific CL command. The program that is specified for this exit point is called by the command analyzer before it passes control to the prompter.
  • You can register up to 10 exit programs for each CL command for the QIBM_QCA_RTV_COMMAND exit point. The command analyzer calls these exit programs after running the validity checking program (VCP). The exit program can be called either before or after running the command processing program (CPP) for the command.