Examples of initialization parameter analysis results

Business Continuity Manager Installation Guide

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

Result list with no error

When the Business Continuity Manager agent starts, the results of the initialization analysis is output to the dataset specified in the YKLIST DD statement.

The following examples show results.

*** AGENT v.r.n-mm LISTING INFORMATION ***                            DATE=2015-12-03 TIME=16:09:53 PAGE=0001

SETINIT PORT(24042)                                                             
/* PREFIX */                                                                    
SETINIT PREFIX('ACCOUNT','NY')                                                  
SETINIT PREFIX('INFO','NY')                                                      

Result list with an error

This example shows an error condition where the local device address domain ID operand that is required for the first PREFIX parameter is missing. The YKY002I message is displayed.

*** AGENT v.r.n-mm LISTING INFORMATION ***                            DATE=2015-12-03 TIME=13:34:35 PAGE=0001

SETINIT PORT(24042)                                                             
/* PREFIX */                                                                    
SETINIT PREFIX('ACCOUNT')                                                       
YKY002I INVALID INITIALIZATION PARAMETER: PREFIX
SETINIT PREFIX('INFO','NY')