Data Build Manual
Data Build Files
099331 Tandem Computers Incorporated A–3
XEDIT renumbers the source file for SQL-INSERT or SQL-LOAD.
XINVOKE runs SQLCI commands to create the source record descriptions for the
sample conversions.
XRUN starts Data Build and displays the Main Menu.
XSQLCMPL is an OBEY file that triggers the NonStop SQL and COBOL85
compiles when SQL-INSERT or SQL-LOAD are entered in the
Conversion Environment.
XSTART cold starts the Pathway system which runs Data Build.
XSTOP stops the Pathway system.
XTABLES is an OBEY file to create SQL tables if the input is IXF.
XTBLSRC is an OBEY file that uses TBLSRC and creates required tables for the
sample conversion files.
ZZDDLIN contains the DDL command and control statements.
ZZLOAD is an OBEY file that runs the SQLMSGS and SQLCI for options
SQL-INSERT or SQL-LOAD.
ZZNAMES contains a list of input files to be processed for input to the DDL
compiler.
ZZPROCS is the source program for generating the conversion procedures in the
file PROCLIB.
ZZPROCSX is the object file from compiling ZZPROCS.
ZZPROGM is the source conversion program that is compiled to create
ZZPROGMX.
ZZPROGMX is the object file from compiling ZZPROGM.
ZZRESRVD is an EDIT file that contains reserved words and to which you can add
reserved words for DB2 tables and columns. The Tandem system will
tell you if a word is reserved when you convert data. This file is used
only for IXF input.
ZZTABLES is the file that contains the SQL CREATE commands to create the
tables for a NonStop SQL database if the input data is in IXF format.