Previous Topic: Alternate Display Example: DBEC I,MSID(*),STATS,SYSID(CVDS)Next Topic: Display Example: DBEC I,URT(00??),SYSID(CVDS)


Updating URT-Level Processing Options

Requests for information on URT resources are issued with the DBEC transaction followed by the INQUIRE operand. The options enable you to invoke a display of all URTs or a limited set of URTs from which you can maintain remote system URT-level processing options with the SYSID parameter.

Note: Any alterations made take effect immediately and are valid only during the life of the CICS session.

The following is an example of a URT. A URT begins with a DBURSTR macro, contains one or more DBURTBL macros, each defining a particular CA Datacom/DB table, and ends with a DBUREND macro. The values for the bold-faced parameters in this example are displayed on the URT-level inquiry.

URT            TITLE 'ONLINE URT FOR REQUESTS USING MULTI-USER FACILITY'
DBURSTR        MULTUSE=YES,WRITE=NO,
               CBSIO=0,PRTY=7,TXNUNDO=YES,TIMEMIN=5,TIMESEC=0
DBURTBL        TBLNAME=PAY,DBID=004,
               AUTODXC=YES,BYPOPEN=NO,SYNONYM=YES,UPDATE=YES
DBUREND        DBSQL=YES,USRINFO=CAICICS
END

Invoke the following inquiry to display the status of CA Datacom/DB URTs.

►►─┬─ DBEC ─┬─ INQuire,URT(nnnn) ─┬──────────────────────┬────────────────────►
   └─ DBEX ─┘                     └─ ,SIDname(xxxxxxxx) ─┘

 ►─┬────────────┬─ ,SYSid(aaaa) ──────────────────────────────────────────────►◄
   └─ ,limiter ─┘

See Displaying URT-Level Processing Options