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. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
