Space announcement

   

This space provides the same content as before, but the organization of the home page has changed. The content is now organized based on logical branches instead of legacy book titles. We hope that the new structure will help you quickly find the content that you need.

Using sample UNLOAD PLUS user exits

Source code for the sample UNLOAD PLUS user exits is distributed in the UNLOAD PLUS HLQ.LLQSAMP library (where HLQ is the high-level qualifier specified during installation and LLQ is the low-level qualifier or prefix set during installation).

The following table lists the sample exit names and the command option to use to invoke the sample exit:

User exit name

Description

UNLOAD command option to invoke

Reference

ADUEUEUE

Assembler sample exit

UNLOADEXIT ADUEUEUE ASM

Sample Assembler user exit

ADUEXIC

C (standard) sample exit

UNLOADEXIT ADUEXIC C

Sample C user exit

ADUEXIL

LE C sample exit

UNLOADEXIT ADUEXIL LE_C

Sample LE C user exit

ADUEXITC

LE COBOL sample exit

UNLOADEXIT ADUEXITC LE_COBOL

COBOL II and LE COBOL user exits: sample 1

ADUEXTC2

COBOL II sample exit

UNLOADEXIT ADUEXTC2 COBOL2

COBOL II and LE COBOL user exits: sample 2

To use the sample user exits

  1. Copy the appropriate member as the base code for your exit routine.
  2. Compile, or assemble, and link your resulting exit into an authorized library so that it can be loaded during execution.
Related topic
Was this page helpful? Yes No Submitting... Thank you

Comments