z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Exits for TRANSMIT and RECEIVE commands

z/OS TSO/E Customization
SA32-0976-00

Use the various TRANSMIT and RECEIVE exits together to perform different types of processing. Use the exits to monitor transmission activity or customize how TRANSMIT and RECEIVE operate. For example, you can use the exits to:
  • Collect statistics about network usage
  • Control which users can use a particular network path
  • Support data sets that the Interactive Data Transmission Facility does not support
  • Tailor encryption and decryption processing
Refer to Customizing TRANSMIT and RECEIVE.
Note: If you have a standard-format exit and a "non-standard" exit installed for the same TRANSMIT or RECEIVE function, the command processor invokes only the standard-format exit. For example, suppose you have two TRANSMIT start-up exits INMXZ01 and INMXZ01R. TRANSMIT invokes only INMXZ01R. The INMXZ01 exit does not receive control.
  • Common exit:
    • NAMES data set pre-allocation: INMCZ21R1
  • TRANSMIT exits:
    • Start-up: INMXZ01, INMXZ01R1
    • Log data set pre-allocation: INMXZ21R1
    • Encryption: INMXZ03, INMXZ03R1
    • Termination: INMXZ02, INMXZ02R1
  • RECEIVE exits:
    • Initialization: INMRZ01, INMRZ01R1
    • Log data set pre-allocation: INMRZ21R1
    • Data set pre-processing: INMRZ11, INMRZ11R1
    • Data set decryption: INMRZ13, INMRZ13R1
    • Notification: INMRZ04, INMRZ04R1
    • Acknowledgment notification: INMRZ05R1
    • Pre-acknowledgment notification: INMRZ06R1
    • Data set post-processing: INMRZ12, INMRZ12R1
    • Post-prompt: INMRZ15R1
    • Termination:INMRZ02, INMRZ02R1

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014