The compiler can send the listing output to a user-specified IFS file, as well as to a spool file. The prolog identifies the source file from a path name:
+--------------------------------------------------------------------------------+ |Module . . . . . . . . . . . . : TEST | | Library . . . . . . . . . . . : MOE | |Source stream file . . . . . . : /home/MOE/src/mainprogram.c | +--------------------------------------------------------------------------------+
The listing also identifies the include files from their path names:
**** FILE TABLE SECTION **** 0 = hello.cpp 1 = /QIBM/include/iostream.h 2 = /QIBM/include/string.h
The listing includes:
The format of the OUTPUT option is: OUTPUT(*NONE | *PRINT | filename), where *PRINT causes the compiler to send it to a spool file, and filename causes the compiler to send it to a user-specified IFS file.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.