User`s guide
7: BSC Link Configuration Using dlicfg
DC 900-1340I 189
main // DLI “main” section: //
{
asyncIO = “no”; // Wait for I/O completion //
tsiCfgName = “bsc3270altcfg.bin”; // TSI binary config file //
}
ICP0link0 // First session name: //
{ // Client-related parameters: //
asyncIO = “no”; // Use blocking I/O //
boardNo = 0; // First ICP is zero //
portNo = 0; // First ICP link is zero //
protocol = “BSC3270”; // or “BSC3780” if BSC 2780/3780 //
transport = “client1”; // TSI connection name specified //
// in TSI configuration file //
// Optional protocol parameters (different from defaults): //
dataRate = 4800; // 4800 bits/second //
qLimit = 10; // 10-buffer queue limit //
}
ICP0link1 // Second session name: //
{ // Client-related parameters: //
asyncIO = “no”; // Use blocking I/O //
boardNo = 0; // First ICP is zero //
portNo = 1; // Second ICP link is one //
protocol = “BSC3270”; // or “BSC3780” if BSC 2780/3780 //
transport = “client1”; // TSI connection name specified //
// in TSI configuration file //
// Optional protocol parameters (different from defaults): //
transBlkSize = 1024; // 1024-byte transmit blocks //
dataTranslation = “Table2”; // Data translation table //
}
Figure 7–2: Example DLI Configuration File for Two BSC 3270 Links