$ $ THIS ALTER IS CONFIDENTIAL AND A TRADE SECRET OF THE $ MSC.SOFTWARE CORP. THE RECEIPT OR POSSESSION OF $ THIS ALTER DOES NOT CONVEY ANY RIGHTS TO REPRODUCE OR $ DISCLOSE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL $ ANYTHING HEREIN, IN WHOLE OR IN PART, WITHOUT THE $ SPECIFIC WRITTEN CONSENT OF THE MSC.SOFTWARE CORPORATION. $ $ file dbdelr.rdm A COMPANION MACRO FOR DBSTORE, DBDEL; dbdel.v707 M. A. Gockel, 8 Dec 97 The delivery data base contains two macros (subDMAPS) intended for the DMAP writer. They are named DBSTORE and DBFETCH. They allow data blocks to be generated in one subDMAP, stored in the data base, then used (fetched) in a different subDMAP. This eliminates the need to pass these data blocks through subDMAP calling arguments, which can be quite lengthy. The DBDEL macro is delivered in the sssalter library in source form. It allows deleting datablocks stored in the data base with a dmap call similar to that of DBSTORE. See the description of the dmap call for DBSTORE adn related diagnositics in the DMAP Dictionary. DBDEL provides diagnostics similar to those provided by DBSTORE when DIAG 20 is selected. Use of the DBDEL macro is demonstrated in test input file dbdel1.dat. It is useful when DBSTORE is used in DO loops or with automatic restart.