Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JMGDJP - Create DSECT or data area for JMGJPAR macro

&pagelevel(3)&pagelevel

General

Application areas:

Requesting and accessing lists and tables; see "Requesting and accessing lists and tables"

Macro type:

Definition macro; see "Types of macro"

Macro description

The JMGDJP macro generates a description (DSECT/data area) of the operand list of the JMGJPAR macro. DSECT and data area start with the standard header, the initialization values are entered.

Macro format and description of operands

JMGDJP

DSECT=YES / NO

[,PREFIX=p]

DSECT=
Indicates whether a dummy section (DSECT) for the operand list is to be generated or whether data area and definitions are to be created in the user program directly.

YES
A dummy section is generated.

NO
Data area and definitions are to be created in the user program directly.

PREFIX=
Gives a character string to be prefixed to the symbolic names of the DSECT or the data area.

p
Prefix for the symbolic names. Length <= 2 characters.
Default value: p=JP.