Depending on the options in effect, High Level Assembler requires the following files, as shown in Figure 55:
*--------------*
| SYSIPT |
*-------*------*
|
|
V
*--------------* *--------------*
| Library *---------->| Assembler |
*--------------* *-------*------*
|
V
*--------------*--------------*--------------*--------------*
| | | | |
V V V V V
*-----------* *-----------* *-----------* *-----------* *-----------*
| SYSLST | | SYSLOG | | SYSLNK | | SYSPCH | | SYSADAT |
*-----------* *-----------* *-----------* *-----------* *-----------*High Level Assembler requires the following files:
In addition, the following six files might be required:
The files listed above are described in the text following Table 32. The characteristics of these files, those set by the assembler and those you can override, are shown in Table 32.
| File | Access Method | Logical Record Length (LRECL) | Block Size (BLKSIZE) | Record Format (RECFM) |
|---|---|---|---|---|
| SYSIPT | SAM | 80 | 80 | FIXED |
| Library | LIBR API | 80 | 80 | FIXED |
| Library member ASMAOPT.USER | LIBR API | 80 | 80 | FIXED |
| SYSLST | SAM | 1 | Same as record size | FIXED |
| SYSLOG | SAM | 2 | Same as record size | FIXED |
| SYSPCH | SAM | 80 | 80 | FIXED |
| SYSLNK | SAM | 80 | 80 | FIXED |
| SYSADAT | SAM | 32756 | 32760 | VARBLK |
Notes to Table 32:
The minimum record length allowed for SYSPRINT is 121, and the maximum allowed is 133.
[ Top of Page | Previous Page | Next Page | Contents | Index ]