Setting the Compiler Listing Output Location
You can set three different options for the output of the compiler listing. The first activates the writing of the listing into the job class STDOUT when the compile job is executed. The second activates the writing of the listing into a UNIX file under the path specified in the compiler option -lo. The third combines option one and two. The default value is the STDOUT job class.
# LOCATION OF COMPILER LISTING
# 1: STDOUT (DEFAULT)
# 2: USS FILE - PATH OF -lo COMPILER OPTION
# 3: BOTH (MVS + USS)
jopaz.list_location=1