beautypg.com

The tandem dde gateway bridge program 5–6 – HP NonStop G-Series User Manual

Page 84

background image

Running the Bridge Program

The Tandem DDE Gateway Bridge Program

5–6

110838 Tandem Computers Incorporated

$DATA MYSUBVOL 15> SORT /IN $DISK.ZTDMGW.DDESORT/

FastSort - T9620D30 - (31OCT94)

COPYRIGHT TANDEM COMPUTERS INCORPORATED 1985 - 1994

1 FROM DDEDICTU, RECORD 136

2 TO DDEDICT, TYPE U

3 ASC 36 FOR 100 STRING

4 RUN ,REMOVEDUPS

5 RECORDS 136 MAX RECORD SIZE

00:02 ELAPSED TIME 63 BUFFER PAGES

00:00 I/O WAIT TIME 0 INITIAL RUNS

12 COMPARES 0 MERGE ORDER

0 SCRATCH DISK

0 SCRATCH SEEKS

5 EXIT

Errors detected: 0

Warnings detected: 0

$DATA MYSUBVOL 16>

Look for a message from the FastSort program indicating that records with duplicate
keys (data element names) have been removed. You can get duplicate data element
names when you use the TDMGW-DDEALIAS directive or if you merge multiple
Tandem DDE Gateway Dictionaries. Make sure that you did not inadvertently assign
the same alias to different data element names with the TDMGW-DDEALIAS
directive.

Tandem DDE Gateway

Dictionary Report

The following is the Tandem DDE Gateway Dictionary Report produced by running
the Bridge program against the DDL dictionary created from the DDL source shown
earlier in this section of the manual. (No application prefix was specified when the
Bridge program was executed.)

Wed Jan 6, 1993 Tandem DDE Gateway Dictionary

Report Page: 1

EMPLOYEE-READ-REPLY

Alphanumeric string;

Offset=0; Length=37; C-strings; Message-flag=1;

EMPLOYEE-READ-REPLY.EMPNUM

Binary 16 unsigned;

Offset=0; Length=2; C-strings; Message-flag=1;

EMPLOYEE-READ-REPLY.FN

Alphanumeric string;

Offset=2; Length=15; C-strings; Message-flag=1; Element-flag=27;

EMPLOYEE-READ-REPLY.LN

Alphanumeric string;

Offset=17; Length=20; C-strings; Message-flag=1;

Tandem DDE Gateway dictionary file records output = 5

Once you have downloaded the Tandem DDE Gateway Dictionary to your
workstation, you can use the Browser to look at the same information as is presented
on the Tandem DDE Gateway Dictionary Report.