On Wed, 4 Nov 2015 11:40:34 -0600, Jon Butler wrote:

>LIST has been part of PL/I, and most high-level languages, since at least the 
>370...that's a far back as I go!
>
>You can use LIST to get an listing of the assembler generated by the PL/I 
>statements in your module.  You can also limit the output by using a LIST(n,m) 
>where n and m are the line numbers in your program for which you want the 
>assembler to be shown.   These are the actual line numbers used by the 
>compiler, not the editor line numbers.  
>
>If you use LIST, you many not want to use OPTIMIZE, so you see the assembler 
>in the same order as your code before the optimizer re-arranges it.

You are referring to the LIST compiler option described here:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IBM3PG80/1.1.1.48

The earlier post by Peter Hunkeler was referring to the LIST attribute of 
ENTRY, described here:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IBM3LR60/6.10.5

Bill

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to