Library /sys$common/syshlp/helplib.hlb  —  XGCP  CREATE_LOG
    Creates a new XA Gateway log. Requires SYSPRV privilege or
    read/write access to the SYS$JOURNAL directory.

    Format

      CREATE_LOG  /GATEWAY_NAME=name /SIZE=size

1  –  Qualifiers

1.1    /GATEWAY_NAME

       /GATEWAY_NAME=name

    This qualifier is required. Specify a gateway name of up to 15
    characters.

    Creates a gateway log named SYS$JOURNAL:name.DDTM$XG_JOURNAL.
    Create a separate Gateway log for each Gateway name under which
    you want your XA applications to run.

1.2    /SIZE

       /SIZE=size

    Specifies the initial size of the log, in blocks. If you omit
    this qualifier, the log is created with an initial size of 242
    blocks. The log file is automatically expanded in size when
    necessary.

2  –  Example

  XGCP> CREATE_LOG/GATEWAY_NAME=MYLOG1/SIZE=150

      The command in this example creates a gateway log named
      SYS$JOURNAL:MYLOG1.DDTM$XG_JOURNAL. Its initial size is 150
      blocks.
Close Help