Data Build Manual

Conversion Environment
Troubleshooting
E–2 099331 Tandem Computers Incorporated
c. The DEFINES file on the project subvolume.
d. The PATHLOG (Pathway log) file on the project subvolume, by using the
command:
FUP COPY $
volume.projsubvolume
.PATHLOG,$S.#PATHLOG,H,SHARE
e. The CONFIG file on the project subvolume, by using the command:
FUP COPY $
volume.projsubvolume
.CONFIG,$S.#CONFIG,H,SHARE
f. Each record descriptions file on the project subvolume.
g. Each DDL file on the project subvolume.
h. A copy of several input records from each input file.
To see raw data, for example binary and packed decimal, use the commands:
FUP CREATE DIAGFIL1 LIKE
infile1
FUP COPY
infile1
,DIAGFIL1,COUNT 10
FUP COPY
infile1
,$S.DIAGIN1,H,COUNT 10
To see character data, use the command:
FUP COPY
infile1
,$S.DIAGIN1,H,COUNT 10,EBCDICIN
i. A listing of the COBOL85 conversion program (from step F4).
Conversion
Environment
Check the following items:
1. Are the files properly named and do the files and/or DEFINEs exist in the correct
location? See Section 2 “Understanding Data Build Files” for more information on
file naming conventions.
2. Is all system software where it is specified and in executable form?
3. Are all OPTIONS stated in correct combinations to produce the desired result?