Limited supportBMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Recover for Db2 13.1.

Adding comments


You can code comments in 

BMC AMI Recover

 command statements by bracketing the comment with /* at the beginning and */ at the end. For example:

//SYSIN DD*
 /*Recover production table space*/
RECOVER TABLESPACE PRODDB.PRODTS
    TORBA LASTQUIESCE    /*prior to last batch update*/

Important

When coding /*, avoid column 1 because this string could terminate prematurely your SYSIN.

You can also code comments by preceding information with a double hyphen (--). A comment that is started with the hyphens runs to the end of the line. You can place the double hyphen in column 1 through column 70. Do not break the double hyphen across a line. An example follows:

//SYSIN DD*
-- Recover production table space
RECOVER TABLESPACE PRODDB.PRODTS
    TORBA LASTQUIESCE    --prior to last batch update

All characters inside comments, both those specified with /* and those specified with a double hyphen, are ignored.

 

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