Start of change

Setting the operating mode for z/OS V2R2 functions

To activate z/OS V2R2 functions in Infoprint Server:
  1. Copy any customized environment variables in the aopstart EXEC to a user-defined variables file. See Creating an environment variables file (envar).
  2. See Editing JCL startup procedures for information about using the AOPDEMON JCL procedure. For the aopdemon command options and more examples of how to specify options on the AOPDEMON procedure, see z/OS Infoprint Server Operation and Administration.
  3. Enable dynamic configuration if it is not already enabled. See Steps for enabling dynamic configuration. When dynamic configuration is enabled, Infoprint Server automatically creates the system configuration definition in the Printer Inventory.
  4. If Infoprint Server is not already started, start it with the AOPSTART procedure. See AOPSTART JCL procedure.
  5. Set the Operating mode field on the ISPF System Configuration panel to z/OS 2.2 or the ipsmode attribute in the PIDU command to z202. See z/OS Infoprint Server Operation and Administration.
Tip: When you change the operating mode, you do not need to restart Infoprint Server. However, because the aopstart command started all specified daemons, when the Printer Inventory Manager daemon, aopd, is shutdown the first time after the change, all daemons are shutdown. The next time you start Infoprint Server, you must start each daemon individually or use the AOPSTAR2 JCL procedure to start multiple daemons.
End of change