To display options for CA Datacom/DB tables accessible through URTs from a specified CICS system, or all CICS systems, issue the DBEC transaction followed by the INQUIRE command.
With DBEC, you can make entries in certain fields to override table options specified in the URT definition if you are authorized to make updates.
Note: Any alterations made take effect immediately and are valid only during the life of the CA Datacom CICS Services cycle.
The following is an example of a URT definition. 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 table-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 transaction sample to display information at the table level to change the previously highlighted values.
►►─┬─ DBEC ─┬─ INQ,TBL(nnn) ─┬────────────┬─ ,SYSid(aaaa) ────────────────────► └─ DBEX ─┘ └─ ,limiter ─┘ ►─┬──────────────────────┬───────────────────────────────────────────────────►◄ └─ ,SIDname(xxxxxxxx) ─┘
See Displaying Table-Level Processing Options for a description.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|