Developing an ANYSTORE exit

The sample exit routine stores TIFF data and also creates a second index (for illustration purposes) for each logical document.

Procedure

The following approach is recommended for developing an ANYSTORE exit:

  1. Create report definition with an ANYSTORE exit name specified in the ANYEXIT parameter.
  2. Create a new member in the Sample library corresponding to the ANYSTORE exit name.
  3. Copy the sample exit into the new member.
  4. Modify exit as required.
  5. Compile and link the exit.
  6. Test.