DISTRIBUTED DATA FACILITY (DDF) example:
The Distributed Data Facility (DDF) is a component of your IBM database. Its primary task is to route data from one database to another or from a client to another client (distributed unit of work). If distributed data has never been implemented, it may not be configured. Refer to the DB2 Administrator for the state of the component. The key information required for StarSQL is the RDB name and the LUNAME. You can find these names by running the VTAM change log inventory utility or through panels by using DSNTIPR. The line will look like this:
--->DDF LOCATION= locname, LUNAME=REMTLU(PASSWORD=....)
Sample AGWPROF GCS Definition (owned by AVSVM):
00001
/***********************************************************************
00002 /* AGWPROF GCS FOR AVSVM
00003
/***********************************************************************
00004 Trace O
00005
/***********************************************************************
00006 /* Gateways
00007
/***********************************************************************
00008
00009 'AGW ACTIVATE GATEWAY REMTLU GLOBAL'
00010
00011
/***********************************************************************
00012 /* LU's
00013 /* Gateway RemoteLU LOGMODE SessLim ContWin ContLose
00014 /* -------- -------- -------- ------- ------- --------
00015
--->00016 'AGW CNOS REMTLU LOCLU1 INDMODE 256 128 128' /*
AVS to SQLDS
The RemoteLU entry in AGWPROF GCS definition is the SNA Server Local LU Name which is also defined on the other worksheet.