Follow these rules when delimiting information on CA MIM statements and commands:
For example, to designate the text string, (M), as a message prefix character string operand specify:
MIMINIT MSGPREFIX='(M)'
For example, to indicate that a single quote character is to be used as the subsystem command prefix character for CA MIM command recognition specify:
SETOPTION MIM CMDPREFIX=''''
For example, the following commands produce the same output:
DISPLAY,INIT DISPLAY INIT
For example, the following commands produce the same output:
DISPLAY INIT,OPTIONS DISPLAY INIT OPTIONS
For example, you could specify either of the following to distinguish the keyword SYSID from the value 01:
SYSID=01 SYSID(01)
For example, you could specify one of the following:
VARY (A10-A12) ONLINE VARY (A10 A11 A12) ONLINE VARY (A10,A11,A12) ONLINE
For example, if you skip the alias name on a DEFSYS statement and you then specify the SMF ID SYS1, your DEFSYS statement would look like this:
DEFSYS (SYSA,,SYS1)
CA MIM gives you two ways to include comments in parameter files:
You can place lines of comments between lines of continued commands or statements.
End each statement or command before column 73. If a command or statement does not fit in columns 1-72 of a line, then continue the entry on the next line by typing a comma (,) at the end of the current line. Then type the rest of the command or statement on the next line.
|
Copyright © 2014 CA.
All rights reserved.
|
|