PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5
- All Products
Notation | Description |
---|---|
italic | Italic indicates variables that you must replace with a name or value. For example: ADABAS_DEFAULT_DBID=
dbid |
{ } | Single braces enclose alternative entries. Use only one of the entries. Do not type the braces when you enter the option. For example: ABEND_SW={
N |Y} |
[ ] | Brackets surround optional parameters for a statement. Do not type the brackets when you enter the parameter. For example: DB2ID=(
db2_subsystem [,plan ][,module_name ]) |
| | A vertical bar indicates a mutually exclusive choice. When used with brackets, enter one or none of the items. When used with braces, you must enter one of the items. For example: CREDENTIALS_CASE={A|
D |S} |
_ | Underline indicates the default used if you do not specify any of the alternatives. For example: ABEND_SW={
N |Y} |
, | A comma separates the parameters on a statement. For example: DB2ID=(
db2_subsystem [,plan ][,module_name ]) |
... | An ellipsis indicates additional parameters that do not appear in the syntax. For example: TYPE=(AS4J, ... )
|