Data Build Manual
System Requirements for C- and D-Series Operating Systems
Introduction to Data Build
099331 Tandem Computers Incorporated 1–5
Output From
Data Build
The type of conversion program that Data Build generates depends on the option you
select in Data Build. For example, you can create a conversion program that does one
of the following:
Data Build Output Option Description
Enscribe Writes data to entry-sequenced Enscribe files. This is the default.
SQL-LOAD Feeds data to a separate SQLCI process that loads the data to a new
NonStop SQL table.
SQL-INSERT Programmatically inserts data into existing NonStop SQL tables.
When Data Build outputs Enscribe files, the following is true:
The default order is entry sequenced.
The order can be easily changed to key sequenced.
In writing output data to NonStop SQL tables, Data Build can:
Use the SQLCI LOAD interface (with a 32 KB block size) to load new NonStop
SQL tables. (This procedure is very efficient.)
Programmatically INSERT data into existing NonStop SQL tables.
System Requirements
for C- and D-Series
Operating Systems
Data Build runs on both the C-Series and D-series versions of the Tandem NonStop
operating system. All the software in the table below is required except for the last
item, NonStop SQL, which is not required for a conversion to Enscribe.
C-Series Software C-Series Number D-Series Software D-Series Number
NonStop Operating
System C30 or later
NonStop Operating
System D20 or later
COBOLLIB T9267C20 or later COBOLLIB T9267D20 or later
COBOL85 T9257C30 or later COBOL85 T9257D20 or later
DDL T9100C30 or later DDL T9100D30 or later
PATHWAY T9153C31 or later PATHWAY T9153D20 or later
TACL T9295C30 or later TACL T9295D20 or later
TAL T9259C30 or later TAL T9259D20 or later
NonStop SQL SQLCI^T9191C30
or later
NonStop SQL SQLCI^T9191D20 or
later
C-Series and D-Series
Compatibility Issues
Note that Data Build releases prior to the D20 release cannot be installed, generated, or
executed on a D-series system. However, the D20 release of Data Build can be
installed, generated, and executed on either the C-series or D-series systems. The D20
release of Data Build must be used only on the system series where it is installed and
all generated programs must be executed only on the system series where they were
created.