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 columns 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*