Previous Topic: Search the Program Online ListingNext Topic: View the Online Listing


Locate an Area Within the Program Online Source Listing

To locate a label, line‑number, offset, or special area within the program online source listing, enter:

LOCATE label | line‑number | hex‑offset | .xx
label

Indicates any valid label with an ASSEMBER, COBOL or PL/1 program including datanames, CSECT, procedure, and paragraph names (up to 31 characters in length).

Note: An all numeric COBOL paragraph name cannot be located; it is interpreted as a line number.

Line‑number

Indicates any line number within an ASSEMBLER, COBOL or PL/1 program.

Hex‑offset

Indicates any offset within an ASSEMBER program and is indicated with a leading + character.

.xx

Indicates a special indicator depending on language as follows:

COBOL:

PD = Procedure Division

WS = Working‑Storage Section

LC = Local-Storage Section

LS = Linkage Section

DM = DMAP

PM = COBOL/VS PMAP/CLIST

CL = COBOL/VS PMAP/CLIST

OF = COBOL II OFFSET/LIST

LI = COBOL II OFFSET/LIST

DX = Data Name Cross Reference

.PX = Procedure Cross Reference

.EM= Error Messages

PL/1:

.AG = Aggregate List

.SR = Storage Registers

.SS = Static Storage

.VS = Variable Storage

.OF = Offsets

.GC = Generated Code

.PX = Procedure Cross Reference

.LX = Label Cross Reference

.DX = Data Name Cross Reference

.EM = Error Messages

ASSEMBLER:

.C1 = 1st CSECT

.1C = 1st CSECT

.MC = Macro Catalog

.XR = Cross Reference

.LI = Literals

.EM = Error Messages