ECPRIV parameter

From m204wiki
Jump to navigation Jump to search

ECF privileges

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V5.1

Description

Specifies who can issue privileged ECF statements. All EXTERNAL statements, except EXTERNAL CALL, are privileged.

Value Means
0End-users can issue only EXTERNAL CALL statements; no other ECF statements are allowed.
1 Any APSY user can issue privileged ECF statements.
2 Any non-APSY user can issue privileged ECF statements.
4Run under the job's external authorizer profile rather than the use that invoked an EXTERNAL CALL. This bit only has an effect under Model 204 7.7 and later. Before Model 204 7.7, EXTERNAL CALL requests would always run under the job's authorization profile. As of, Model 204 7.7, EXTERNAL CALL requests run under the invoking user's authorizer profile unless the ECPRIV 4 bit is set. This bit only has an effect if Model 204 is using an external authorizer such as ACF2, RACF, or Top/Secret.

You can select multiple options by summing the values pertaining to each desired option.