Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

ENTER-MAREN-PROCEDURE Start procedure as batch job with MAREN rights

&pagelevel(4)&pagelevel

Privilege                 ADA, DA, administrator without domains

This statement starts a procedure as a batch job with the current MAREN authorizations of the calling task. It is not necessary to specify the administrator password or to provide authentication as the All-Domain Administrator in the procedure file or when the procedure is called:

Format

ENTER-MAREN-PROCEDURE                                                  Alias: ENMP
FROM-FILE = <filename 1..54 without-gen> / *LIBRARY-ELEMENT(...)

*LIBRARY-ELEMENT(...)


|LIBRARY = <filename 1..51 without-gen>


|,ELEMENT = <composed-name 1..38>(...)


|
<composed-name 1..38>(...)


|

|VERSION = *HIGHEST-EXISTING / <composed-name 1..24>


|,TYPE = *STD / *BY-LATEST-MODIFICATION / <alphanum-name 1..8>
,PROCEDURE-PARAMETERS = *NO / <text 0..1800 with-low>
,PROCEDURE-PASSWORD = *NONE / <x-string 1..8> / <c-string 1..4> /







<integer -2147483648..2147483647> / *SECRET
,CRYPTO-PASSWORD = *NONE / <c-string 1..8> / <x-string 1..16> / *SECRET
,JOB-CLASS = *STD / <name 1..8>
,JOB-NAME = *NO / <name 1..8>
,MONJV = *NONE / <filename 1..54 without-gen-vers>
,JV-PASSWORD = *NONE / <c-string 1..4> / <x-string 1..8> / *SECRET / <integer -2147483648..2147483647>
,JOB-PRIORITY = *STD / <integer 1..9>
,SCHEDULING-TIME = *STD / *PARAMETERS(...)

*PARAMETERS(...)


|START = *STD / *SOON / *IMMEDIATELY / *WITHIN(...) / *AT(...) / *EARLIEST(...) / *LATEST(...)


|
*WITHIN(...)


|

|HOURS = 0 / <integer 0..23 hours>


|

|,MINUTES = 0 / <integer 0..59 minutes>


|
*AT(...)


|

|DATE = *TODAY / <date>


|

|,TIME = <time>


|
*EARLIEST(...)


|

|DATE = *TODAY / <date>


|

|,TIME = <time>


|
*LATEST(...)


|

|DATE = *TODAY / <date>


|

|,TIME = <time>
,RESOURCES = *PARAMETERS (...)

*PARAMETERS(...)


|RUN-PRIORITY = *STD / <integer 30..255>


|,CPU-LIMIT = *STD / *NO / <integer 1..32767 seconds>


|,SYSLST-LIMIT = *STD / *NO / <integer 0..999999>
,LOGGING = *STD / *YES / *NO
,LISTING = *NO / *YES
,JOB-PARAMETER = *NO / <c-string 1..127>
,SYSTEM-OUTPUT = *STD / *PRINT / *DELETE
,ASSIGN-SYSTEM-FILES = *STD / *PARAMETERS(...)

*PARAMETERS(...)


|SYSLST = *STD / *PRIMARY / *DUMMY / <filename 1..54>


|,SYSOUT = *STD / *PRIMARY / *DUMMY / <filename 1..54>
,PROTECTION = *NONE / *CANCEL

Operands

The statement’s operands correspond to the operands of the same name in the ENTER-PROCEDURE, see “Commands” manual [5].

The default settings of the command apply for the operands not contained in the statement. MAREN sets the value *YES instead of the default value only for FLUSH-AFTER-SHUTDOWN.