Entering comments

Business Continuity Manager Installation Guide

Version
9.8.7
File Size
1.1 MB
Audience
anonymous
Part Number
MK-95HC104-41

Enclose a comment in /* and */. No comment can be entered inside a parameter.

Example of a valid comment:

/* COMMENT */
SETINIT PORT(24042)     /* COMMENT */

Example of invalid comment:

If you specify a comment as follows, the text /* ERROR COMMENT */ will be interpreted as a part of the parameter instead of being interpreted as a comment:

SETINIT PREFIX(7300, + /* ERROR COMMENT */
               730F)