General
Application area: | Job scheduler (system administration macro); see "Job scheduler" |
Macro type: | Definition macro; see "Types of macro" |
For 24-bit interface please refer to the DJSI macro.
Macro description
The DJSIPL macro creates name definitions, DSECTs and data areas for the 31-bit interface of the following job scheduler macros:
JSATTCH | Attach job scheduler to Job Management System |
JSDETCH | Detach job scheduler from Job Management System |
JSEXPCT | Request next event for job scheduler |
JSRUNJB | Transfer job to class scheduler |
JSINFO | Transfer STREAM-PARAMETER values |
JSWAKE | Specify next time event for job scheduler |
DSECTs and data areas start with the standard header. The initialization values for the standard header are entered.
Macro format and description of operands
|
|
DSECT=
Specifies whether a dummy section (DSECT) is to be generated for the subsequently specified data areas or whether data areas and definitions are created directly in the application program.
YES
A dummy section is generated.
NO
The data areas and definitions are created and stored directly in the application program.
JSATTCH=...
Specifies whether the output area of the JSATTCH macro is to be created.
JSDETCH=...
Specifies whether the input area of the JSDETCH macro is to be created.
JSEXPCT=...
Specifies whether the output area of the JSEXPCT macro and a list of JMS events are to be created.
JSRUNJB=...
Specifies whether the input area of the JSRUNJB macro is to be created.
JSINFO=...
Specifies whether the output area of the JSINFO macro is to be created.
JSWAKE=...
Specifies whether the input area of the JSWAKE macro is to be created.
PREFIX=
Gives a character string to be prefixed to the symbolic names of the DSECTs or data areas.
p
Prefix for the symbolic names. Length <= 2 characters. Default value: p = JI.