|
Files and databases |
|
|
recovery_log_path Specifies the directory used to write the XVSAM recovery logs. By default this path is set to $XVSAM Syntax set recovery_log_path="<absolute_path>" use_rdbms Specifies if application is using an RDBMS. Allowed values are “yes” or “no”. No is the default. Syntax set use_rdbms=(yes|no) hold_cursors_on_syncpoint If set to "yes", XCICS mantains cursors between different UOW. Default is NO. Syntax set hold_cursors_on_syncpoint=(yes|no) rdbms_date_format Specifies the date format returned by RDBMS By default XCICS uses an european date format (dd.mm.yyyy) Syntax set rdbms_date_format="<date format>" rdbms_timestamp_format Specifies the timestamp format returned by RDBMS. If set to "*" default database format is assumed. By default XCICS uses an ISO timestamp format (yyyy-mm-dd hh.mm.ssxxx) Syntax set rdbms_timestamp_format="<timestamp format>" force_disconnect Specifies if a COMMIT WORK RELEASE on RDBMS must be forced on XCICS syncpoints. Default is yes Syntax set force_disconnect=(yes|no) use_dli Specifies if application is using H2R DLI gateway. Allowed values are “yes” or “no”. No is the default. Syntax set use_dli=(yes|no) |