HP RPG/XL Programmer's Guide (30318-90001)

7-: 11
temporary storage: 0
$CONTROL EXCQUIT flag: 0
LDA file number: 0
$CONTROL NEWSAVE flag: 0
.
.
.
Figure 7-11. The Error Dump - RUN-TIME GLOBALS DATA AREA
The next two figures show the contents of the File Table Areas for each
file processed in the program. The first file shown is TERMINAL and the
second is DACCOUNT (these names are shaded in the figures).
The first section of each figure shows general information about the
file. For example, TERMINAL is a WORKSTN file whose designation is
DEMAND. Following the general information is the contents of the file
buffer (RECORD BUFFER (ASCII)). Then, the contents of the FILE TABLE are
listed in hexadecimal notation. The FILE TABLE contains all of the
control information used to process the file and may prove helpful in
determining the cause of file errors. The WORKSTATION EXTENSION TABLE
follows the FILE TABLE if the file is a WORKSTN file; the IMAGE EXTENSION
TABLE follows if the file is a TurboIMAGE file. They give information
relevant to those file types.
Refer to Table 7-1 through Table 7-3 for descriptions of positions in the
FILE, IMAGE EXTENSION and WORKSTATION EXTENSION TABLES. (A "word" in
Table 7-1 through Table 7-3 is 32 bits long.)
*** FILE TABLE AREA ***
FILE NAME = TERMINAL
MPEXL FILE NUMBER = -1 DEVTYPE = WORKSTN (ACTUAL = DISC)
FILE TYPE UPDATE FILE DESIGNATION DEMAND
RECORD FORMAT 256B, IR/B, VARIABLE SEQUENTIAL
RECORD BUFFER (ASCII)
FILE TABLE
40200ED0: FFFFFFFF 5445524D 494E414C 574F524B 53544E20
40200EE4: 00000000 00000000 00000000 00000002 00000006
40200EF8: 00000000 00000000 00000000 00000000 00000000
40200F0C: 00000000 00000000 00000000 00000001 00000000
40200F20: 00000000 00000000 00000100 00000001 00000000
40200F34: 402010F0 00000000 00000000 00000000 00000000
40200F48: 00000000 00000000 00000000 00000000 00000000
40200F5C: 40200AF8 00000000 00000000 00000000 00000000
40200F70: 00000000 00000000 00000000 00000000 00000000
40200F84: 00000000 00000000 00000000 00000001 01000000
40200F98: 00000000 00000000 00000000 00000000 00000000
4O2OOFAC: 00000000 00000000 00000000 00000000 00000000
40200FC0: 00000000 00000000 00000000 00000000 00000000
WORKSTATION EXTENSION TABLE
40200AF8: 00000000 00000000 00000000 00000000 00000000
40200B0C: 00000001 00000000 00000000 00000001 00000001
40200B20: 00000001 00000000 00000000 00000000 00000000
40200B34: 00000000 00000000 0000000B 00000000 FFFFFFF7
40200B48: 00000000 40A00000 40200ED0 00000000 00000000
.
.
.
Figure 7-11. The Error Dump - TERMINAL File and Workstation Tables
FILE NAME = DACCOUNT
MPEXL FILE NUMBER = 1 DEVTYPE = DISC (ACTUAL = DISC)
FILE TYPE UPDATE FILE DESIGNATION CHAINING
RECORD FORMAT 200B, IR/B, FIXED RANDOM
RECORD BUFFER (ASCII)
FILE TABLE