z/OS MVS IPCS Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


IPCS Data Areas, Macros, and Mapping Macros to be Used by IPCS Exit Routines

z/OS MVS IPCS Customization
SA23-1383-00

  • For IPCS and ABEND/SNAP Formatting

    When writing an exit routine, do not define any persistent data areas. Any storage that the routine obtains with the GETMAIN macro should be released with a FREEMAIN macro before the routine completes processing.

    IPCS provides mapping macros to map data areas needed to write IPCS exit routines and access IPCS exit services. IPCS also provides macros used to write certain IPCS exit routines.

    References

    See the following:
  • For ABEND/SNAP Formatting

    Data areas may be defined by coding the DATA statement in the BLSCUSER parmlib member. To format BLSCUSER-defined data areas, code a SNAP exit routine.

    Reference

    See z/OS MVS Installation Exits for information about writing SNAP exit routines.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014