Hallo "Pferdle",
einen Joblog startet man mit dspjoblog und Enter. Danach mit "F10" und Bild Auf zum Blättern.
Aber ich würde einmal Deinen Aufruf prüfen der Kompilierung, da kann man setzen, ob eine Umwandlungsliste erzeugt wird:
http://publib.boulder.ibm.com/infoce...cl/crtcmod.htm

Output options (OUTPUT)

Specifies whether a compiler listing is produced.

Single Value

*NONE
Does not generate the compiler listing. When a listing is not required, this parameter value should be used to improve compile-time performance. When *NONE is specified, any listing-related parameter values specified for the OPTION parameter are ignored.

Element 1: Output File Name

*PRINT
Generates a spooled file containing the listing.
'path-name'
Specify the path name of a stream file to hold the listing.

Element 2: Title

*BLANK
Specifies that no text appears.
'title'
Specify a title string for the listing file (maximum 80 characters).

Element 3: Subtitle

*BLANK
Specifies that no text appears.
'subtitle'
Specify a subtitle string for the listing file (maximum 80 characters).


und:
*LOGMSG
Puts the compilation messages in the job log.

When you specify this option and the FLAG parameter, messages with the severity specified on the FLAG parameter (and higher) are placed in the job log.

When you specify this option and a maximum number of messages on the MSGLMT parameter, compilation stops when the number of messages, at the specified severity, have been placed in the job log.
*NOLOGMSG
Does not put the compilation messages in the job log.
*NOPPONLY