ILE C/C++ Compiler Reference

OUTPUT

Specifies if the compiler listing is required or not.

|--+-----------------------------------------------------------------------------+--|
   |          .-*NONE----.                                                       |
   '-OUTPUT(--+-*PRINT---+--+-------------------+--+------------------------+--)-'
              '-filename-'  |        .-*BLANK-. |  |           .-*BLANK---. |
                            '-TITLE--+-title--+-'  '-SUBTITLE--+-subtitle-+-'
 
 
*NONE
Does not generate the compiler listing. When a listing is not required, use this default to improve compile-time performance. When *NONE is specified, the following listing-related options are ignored if they are specified on the OPTION keyword: *AGR, *EXPMAC, *FULL, *SECLVL, *SHOWINC, *SHOWSKP, *SHWSRC, *SHOWSYS, *SHOWUSR, *SHWSRC, *STRUCREF, *XREF, or *XREFREF.
*PRINT
Generate the compiler listing as a spool file.

The spool file name in WRKSPLF will have the same name as the object (program or module) being created.

filename
The compiler listing is saved in the file name specified by this string.

The listing name must be in Integrated File System (IFS) format, for example /home/mylib/listing/hello.lst. A data management file listing in library mylib should be specified as /QSYS.LIB/mylib.lib/listing.file/hello.mbr. If the string does not begin with a "/", it will be considered a subdirectory of the current directory or library. If the file does not exist, the file will be created.

Data authority *WX is required to create an IFS listing. Data authority *WX, object authority *OBJEXIST and *OBJALTER are required to create a data management file listing via IFS.

TITLE
Specifies the title for the compiler listing. Possible TITLE values are:
*BLANK
No title is generated.
title
Specify a title string (maximum 98 characters) for the listing.
SUBTITLE
Specifies the subtitle for the compiler listing. Possible SUBTITLE values are:
*BLANK
No title is generated.
subtitle
Specify a subtitle string (maximum 98 characters) for the listing file.


[ Top of Page | Previous Page | Next Page | Table of Contents ]