The MAP statement

The MAP statement specifies source program mapping information. This statement is required if you want the report to include mapping of addresses to application source statements.

An example of a MAP statement is shown here:

MAP TYPE=L FILE=TEST1.PGM.LISTINGS MEMBER=COBTEST1 PROFILE=01

MAP statements are optional and must be placed after their corresponding PROFILE statement(s) and before PRINT or CONVERT statements. Each MAP statement specifies a file that contains information enabling Application Performance Analyzer to map sampled addresses to source program statements.