Previous Topic: Definitions

Next Topic: Return Codes

Description

Because of the requirements of issuing macro primitives, the POSTMOVE user exit cannot be written in assembler. It must be coded in REXX or EXEC2.

The POSTMOVE user exit uses CA VM:Secure macro primitives, commands that are issued within the user exit, to communicate with the servant user ID; the servant user ID has ACCESSed both the minidisk and the SFS directory.

The CA VM:Secure macro primitives that are most likely to be used are:

To use any of these primitives, precede it with the token TEST. This allows a nonzero return code to be passed back to the exit.

Note: For more information about macro primitives and how they work, see the chapter "Macros" in the Administration Guide.

The prototype user exit contains examples of the use of these primitives.