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.