If you request it, the assembler writes out symbolic information concerning the assembled program ahead of all other object module records. The format of the output record images is as follows:
The variable field (columns 17-72) contains up to 56 bytes of text. The items comprising the text are packed together; consequently, only the last record may contain less than 56 bytes of text in the variable field. The formats of a text record and an individual text item are shown in Figure 58. The contents of the fields within an individual entry are as follows:
| Bits | Value | Description |
|---|---|---|
| 0 | 0 | Non-data type |
| 1 | Data type | |
| 1-3
If non-data type |
000 | Space |
| 001 | Control section | |
| 010 | Dummy control section | |
| 011 | Common | |
| 100 | Instruction | |
| 101 | CCW, CCW0, CCW1 | |
| 1
If data type |
0 | No multiplicity |
| 1 | Multiplicity (indicates presence of M Field) | |
| 2
If data type |
0 | Independent (not a packed or zoned decimal constant) |
| 1 | Cluster (packed or zoned decimal constant) | |
| 3
If data type |
0 | No scaling |
| 1 | Scaling (indicates presence of S field) | |
| 4 | 0 | Name present |
| 1 | Name not present | |
| 5-7 | Length of name minus 1 |
1 2 4 5 10 11 12 13 16 17 72 73 80
*------*---*-----*-------*-----*----------------------------------*------------*
| | | |No. of | | |Deck Id and |
| X'02'|SYM|Space|bytes |Space| Text - packed entries |Seq. Number |
| | | |of text| | | |
*------*---*-----*-------*-----*----------------------------------*------------*
1 3 6 2 4 56 8
Text
*------------*---------------------------------*--------------*
| Entry | N Complete entries | Entry |
|(Complete or| N >= 1 |(Complete or |
|end portion)| |head portion) |
*------------*---------------------------------*--------------*
Variable size entries
Entry
*----*-------*-----------*----*------*------*-----*
|Org.|Address|Symbol name|Data|Length|Mult. |Scale|
| | | |Type| |Factor| |
*----*-------*-----------*----*------*------*-----*
1 3 0-8 1 1-2 3 2[ Top of Page | Previous Page | Next Page | Contents | Index ]