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:
- Create report definition with an ANYSTORE exit name specified in the ANYEXIT parameter.
- Create a new member in the Sample library corresponding to the ANYSTORE exit name.
- Copy the sample exit into the new member.
- Modify exit as required.
- Compile and link the exit.
- Test.