Column and code map file
This file is created by the compilation stage of the Quantum run if the run contains a tabulation section. It reports the columns and codes used in all non-ignored axes; that is axes used to form tables.
The column and code allocation file is called colmap on all systems.
The format of each line is:
Columns | Contents |
---|
1–8 | Axis name, left-justified |
9 | Blank |
10–12 | n00 if condition was on n00, otherwise blank |
13 | Blank |
14–19 | First/only column in the condition, right-justified |
20–21 | Blank |
22–27 | Second column in the condition, if any, right-justified, otherwise blank |
28–29 | Blank |
30+ | Either the words ‘all punches’ or space-separated codes, with a blank represented by the letter B. Codes are listed in the order they are mentioned in the axis |
Example
The axes:
l sex
col 110;Base;Male;Female
l age
val c(111,112);Base;i;18-24;25-44;45-64;65+
produce the entries:
sex 110 1 2
age 111 112 all punches
See also