Assembler options
There are options that are either not available, unique, or different for the Linux® assembler.
- NOADATA
- Is the default for the ADATA option. The SYSADATA file is not available, so do not change this option.
- EXIT
- This is not available to users on Linux
(see option
ELF
). - NODECK
- Default. Do not change.
- OBJECT
- This is the default. If you specify NOOBJECT then no object file is written to the object path.
- SIZE
- The default value is 32 MB.
- ELF
- Linux only option.
The interface module elides the ELF option and replaces it with EX(OBX(ASMAXT2E)), and adds the OBJ option if it is not already present. See ELF option for more details.
- LIST(ASCII|EBCDIC)
- Linux only option.
If LIST(ASCII) is specified, the listing file is produced as an ASCII text file. The EBCDIC output is filtered to blank out any control codes then translated as from EBCDIC code page 37 to ASCII 819, then trailing spaces are removed and newline characters are added after each line.
The default is LIST(EBCDIC).
Providing user exits is not applicable. No user exits are generally available.
External functions is not applicable. No external functions are available.