ALOCPRIV parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (link repair)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:ALOCPRIV parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 12: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The type of data set that a user other than a system manager or system administrator can allocate or release using the ALLOCATE or FREE command</p>
<p>
<p>Valid settings of ALOCPRIV follow (options can be summed):</p>
The type of data set that a user other than a system manager or system administrator can allocate or release using the <var>[[ALLOCATE command|ALLOCATE]]</var> or <var>[[FREE command|FREE]]</var> command</p>
<p>
Valid settings of <var>ALOCPRIV</var> follow (options can be summed):</p>
<table>
<table>
<tr><th>Valid settings</th><th>ALOCPRIV action</th></tr>
<tr class="head"><th>Valid settings</th><th>ALOCPRIV action</th></tr>
<tr><th align="right"><var>1 </var></th><td>Sequential data sets beginning with the prefix OUT (USE data sets)</td></tr>
 
<tr><th align="right"><var>2 </var></th><td>Sequential data sets beginning with the prefix TAPE (deferred update data sets)</td></tr>
<tr><th align="right"><var>1 </var></th>
<td>Sequential data sets beginning with the prefix <code>OUT</code> (<var>[[USE command: To a sequential data set|USE]]</var> data sets)</td></tr>
 
<tr><th align="right"><var>2 </var></th>
<td>Sequential data sets beginning with the prefix <code>TAPE</code> ([[Deferred update feature|deferred update]] data sets)</td></tr>
 
<tr><th align="right"><var>4 </var></th><td>Direct access data sets (<var class="product">Model&nbsp;204</var> files)</td></tr>
<tr><th align="right"><var>4 </var></th><td>Direct access data sets (<var class="product">Model&nbsp;204</var> files)</td></tr>
</table>
</table>
<p>If ALOCPRIV=4, users are limited to SCOPE=USER data sets.</p>
<p>
<p>The default setting, 0, restricts all ALLOCATE and FREE functions to a system manager or a system administrator.   </p>
If <var>ALOCPRIV</var> is set to 4, users are limited to SCOPE=USER data sets.</p>
<p>For more information, see [[ALLOCATE command|ALLOCATE: Dynamically allocate data sets for z/OS and z/VM]].</p>
<p>
The default setting, 0, restricts all <var>ALLOCATE</var> and <var>FREE</var> functions to a system manager or a system administrator. </p>
<p>
For more information, see [[ALLOCATE command|ALLOCATE: Dynamically allocate data sets for z/OS and z/VM]].</p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 20:15, 20 May 2015

Allocate privilege requirement

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The type of data set that a user other than a system manager or system administrator can allocate or release using the ALLOCATE or FREE command

Valid settings of ALOCPRIV follow (options can be summed):

Valid settingsALOCPRIV action
1 Sequential data sets beginning with the prefix OUT (USE data sets)
2 Sequential data sets beginning with the prefix TAPE (deferred update data sets)
4 Direct access data sets (Model 204 files)

If ALOCPRIV is set to 4, users are limited to SCOPE=USER data sets.

The default setting, 0, restricts all ALLOCATE and FREE functions to a system manager or a system administrator.

For more information, see ALLOCATE: Dynamically allocate data sets for z/OS and z/VM.