Previous Topic: How You Adjust the MarginsNext Topic: Assembler Programs


LIST Command—Position the Display

When you initiate the Source Listing facility, you can easily name the program and position the display at any statement number with a single command:

LIST=progname,#nnnnn

progname is the name of the program you want to view.

# is required.

nnnnn is the statement number from 1 to 99999.

Note: If the requested statement number is greater than the number of statements in the listing, the greatest number is displayed.