Application Performance Analyzer for z/OS, Version 11.1, User's Guide

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.

MAP statement parameters

TYPE
This keyword parameter is mandatory and specifies the type of source mapping input data. You must specify one of the following values:
L
To specify that the input file is a compiler listing.
S
To specify that the input file is a LANGX SideFile.
A
To specify that the input file is an assembler ADATA file.
D
To specify that the input file is a SYSDEBUG file.
FILE
This keyword parameter is mandatory and specifies the data set name of the file containing source mapping information.
MEMBER
This keyword parameter is optional and specifies the member name of the file. You must include the MEMBER parameter if the FILE parameter specifies a partitioned data set.
PROFILE
This keyword parameter is optional. Specify the profile number here - a numeric value between 01 and 99. The value must match a value specified in the first parameter of a PROFILE statement. If omitted, a value of 01 is assumed.



Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]