HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

Continuing to the next line
To continue a parameter onto the next line, enter a continuation symbol at the end of the line. The
following table shows the continuation symbols.
Table 7 Continuation symbols
Continuation methodContinuation symbols
The hyphen is removed, and the parameter is continued in the leftmost column of
the next line, retaining any contiguous spaces.
Hyphen (-)
The plus sign is removed, and the parameter is continued on the next line, removing
any contiguous spaces.
Plus sign (+)
Coding example for continuing parameters that contain contiguous spaces:
SETINIT-
DEVN(7300,730F)
If you continue to specify parameters by using a hyphen (-) as shown above, the command will
be interpreted as follows:
SETINIT DEVN(7300,730F)
Coding example for continuing parameters, removing contiguous spaces:
SETINIT DEVN(7300,+
730F)
If you continue to specify parameters by using a plus sign (+) as shown above, the command will
be interpreted as follows:
SETINIT DEVN(7300,730F)
Entering comments
Enclose a comment in /* and */. No comment can be entered inside a parameter.
Example of a valid comment:
Installation and Configuration Guide 33