Start of change

Sample BIPDSNAO file

This topic lists the sample BIPDSNAO file shipped with the product.

; DSNAOINI. Replace the following variables:
;
; ++TRACE_FILE_LOCATION++
; ++SYSTEM_ID++
; ++PLANNAME++
; ++COMPONENT_DB2_ID++
; ++SYSTEM_ID++
; ++DATA_SOURCE++
;
 [COMMON]
APPLTRACE=1
;
; APPLTRACEfilename references the ODBC trace output file.
; For example
;   APPLTRACEfilename=/wmqi/v6/brokers/broker1/output/traceodbc
;
APPLTRACEfilename=++TRACE_FILE_LOCATION++
CONNECTTYPE=2
DIAGTRACE=1
DIAGTRACE_NO_WRAP=0
MAXCONN=0
MULTICONTEXT=0
;
; MVSDEFAULTSSID must be set to the MVS sub system ID on which the
; component will run.
; For example
;   MVSDEFAULTSSID=MV01
MVSDEFAULTSSID=++SYSTEM_ID++

; SUBSYSTEM
; Set the same as MVSDEFAULTSSID
; For example
;   [MV01]
[++SYSTEM_ID++]
MVSATTACHTYPE=RRSAF
; PLANNAME refers to the DB2 planname for this DB2 subsystem.
; For example
;   PLANNAME=DSNACLI
PLANNAME=++PLANNAME++

; DATASOURCES
; Set to the datasource value.
; For example
;   [DSN710PK]
[++DATA_SOURCE++]
; CURRENTSQLID refers to the component DB2 ID
CURRENTSQLID=++COMPONENT_DB2_ID++
Related tasks
Creating the component dataset
Related reference
mqsichangebroker command
mqsideletebroker command


End of change