Sample exits and macro

NetSpool provides sample exits and a macro, which is written in assembler language. The sample exits are in SYS1.SAMPLIB. The macro is in SYS1.MACLIB:
  • APIJPTD1, a sample Beginning of File exit for SCS data streams
  • APIJPTD2, a sample Transparent Data Control exit
  • APIJUBF3, a sample Beginning of File exit for 3270 data streams
  • APIJUGEX, a sample Graphic Escape exit
  • APIPP1X2, a macro that contains parameter area S2STG and is used in assembling the exits
You can either view the samples online or print them. You can then modify, assemble, and install the exit programs to provide your own versions of the exits. When you link-edit the samples, change the names to:
  • APIPPTD1 for the Beginning of File exit for SCS data streams
  • APIPPTD2 for the Transparent Data Control exit
  • APIUBF3 for the Beginning of File exit for 3270 data streams
  • APIUGEX for the Graphic Escape exit
Object code for the sample exits is not provided.