Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Output files

The following files are generated with default names and stored in the current directory. You can select a different file name and a different directory for the linkage editor output file (a.out) by using the –o option (see section "Options for the linkage run"). basename is the name of the source file without its default extension and without its directory components.

basename.lst

file containing all the compiler listings

basename .o

LLM object file generated by the compiler, suitable for further processing by the linkage editor

a.out

executable file generated by the linkage editor

When compilation groups are compiled, the names of the LLM object files for the second through to the last compilation unit are formed from the ID name and the .o extension (see also section "Compiling").