SYSPARM

Specifies which files are to be generated when the .bms file is compiled.

Syntax:

>>--/----SYSPARM=output-type-------------><

Parameters:

output-type
The type of output file to be generated: MAP Load module containing screen-handling code
DSECT
Copybook containing data definitions for the screen

Properties:

Default
No files are generated, unless you have the TYPE= statement coded in the DFHMSD macro.
Setting in the IDE:
In the BMS file properties, on the BMS tab, under SYSPARM, check Map to set this directive for the value MAP or check DSECT to set this directive for the value DSECT.

Comments:

You can specify both Map and DSECT.