Information
Space announcement We are no longer updating this space, and you cannot comment on this space. The CHANGE ACCUMULATION PLUS component is now documented in BMC AMI Backup and Recovery for IMS.

$RCUDSN macro


Member $RCUDSN is supplied in the product sample library to assist in the creation of the Data Set Name user exit routine.

While use of this macro is not required, BMC highly recommends that you use it because it follows BMC’s interface guidelines and restrictions. It also provides a powerful and flexible method of generating user data set names.

To create a CAP$DSN or RCU$DSN module using the $RCUDSN macro, specify an assembly language program using the program skeleton shown in the following figure.

CAP$DSN  CSECT
        $RCUDSN  'prototype',   <===first statement
        $RCUDSN  'prototype',   <===second statement
        $RCUDSN  'prototype',   <===third statement
         .                          
         .                          
         $RCUDSN  EXIT              
         END

The $RCUDSN macro consists of positional fixed and variable format parameters.

This section contains the following topics:

Related topic


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

CHANGE ACCUMULATION PLUS 5.1