Compile-Time Data
The Compile-Time Data section includes information on ALTSEQ or NLSS tables, and on tables and arrays. In this example, there is an alternate collating sequence and two arrays, as shown in Figure 1.
Figure 1. Sample Compile-Time
Data Section
C o m p i l e T i m e D a t a
61 ** 971104 003300
*--------------------------------------------------------------------*
* Alternate Collating Sequence Table Data: *
*--------------------------------------------------------------------*
62 ALTSEQ 1122ACAB4B7C36F83A657D73 971104 003400
Line <---------------------- Data Records --------------------------------------------------------------> Change Src Seq
Number ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+...10 Date Id Number
*--------------------------------------------------------------------*
* Alternate Collating Sequence Table: *
* Number of characters with an altered sequence . . . . . . : 6 1 *
* 2 0_ 1_ 2_ 3_ 4_ 5_ 6_ 7_ 8_ 9_ A_ B_ C_ D_ E_ F_ *
* _0 . . . . . . . . . . . . . . . . _0 *
* _1 . 22 3 . . . . . . . . . . . . . _1 *
* _2 . . . . . . . . . . . . . . . . _2 *
* _3 . . . . . . . . . . . . . . . . _3 *
* _4 . . . . . . . . . . . . . . . . _4 *
* _5 . . . . . . . . . . . . . . . . _5 *
* _6 . . . F8 . . . . . . . . . . . . _6 *
* _7 . . . . . . . . . . . . . . . . _7 *
* _8 . . . . . . . . . . . . . . . . _8 *
* _9 . . . . . . . . . . . . . . . . _9 *
* _A . . . 65 . . . . . . . . . . . . _A *
* _B . . . . 7C . . . . . . . . . . . _B *
* _C . . . . . . . . . . AB . . . . . _C *
* _D . . . . . . . 73 . . . . . . . . _D *
* _E . . . . . . . . . . . . . . . . _E *
* _F . . . . . . . . . . . . . . . . _F *
* 0_ 1_ 2_ 3_ 4_ 5_ 6_ 7_ 8_ 9_ A_ B_ C_ D_ E_ F_ *
*--------------------------------------------------------------------*
63 ** 971104 003500
*--------------------------------------------------------------------*
* Array . . . : BLUE 4 Alternating Array . . . . : GREEN *
*--------------------------------------------------------------------*
64 1234ZZ 971104 003600
65 ABCDYY 971104 003700
66 5432XX 971104 003800
67 EDCBWW 971104 003900
68 ABCDEF 0980728 004000
69 ** 971104 00410
*--------------------------------------------------------------------*
* Array . . . : RED *
*--------------------------------------------------------------------*
70 3861 971104 00420
71 TJKL 971104 00430
* * * * * E N D O F C O M P I L E T I M E D A T A * * * * *
- 1 Total Number of Characters Altered
- Shows the number of characters whose sort sequence has been altered.
- 2 Character to be Altered
- The rows and columns of the table together identify the characters to be altered. For example, the new value for character 3A is 65, found in column 3_ and row _A.
- 3 Alternate Sequence
- The new hexadecimal sort value of the selected character.
- 4 Array/Table information
- Identifies the name of the array or table for which the compiler is expecting data. The name of the alternate array is also shown, if it is defined.