How to use the long COMMAND statement across multiple lines in the SYSVIEW GSVXBAT Batch Interface?
Release: Any
Component: SYSVIEW
A COMMAND statement with the command text ending with a + sign within the parentheses indicates that the command text will be continued in the next COMMAND statement that follows in the SYSIN using this format as an example:
COMMAND=(DLEXPORT AUDITDEF.*.*.* SYSA.DEV.SYSVIEW.R141.CNM4BDAT SYSA.DLE.+)
COMMAND=(OUTPUT(EXPORT6) IDENT NOCONFIRM)
COMMAND=(DLEXPORT AUDITDEF.*.*.* SYSA.DEV.SYSVIEW.R141.CNM4BDAT SYSA.DLE.OUTPUT(EXPORT6) IDENT NOCONFIRM)
This method is the same as that which would be used to extend a long command while logged into SYSVIEW.