Previous Topic: MACHINE SubcommandNext Topic: NICDEF Subcommand


MAXSTORAGE Subcommand

Use the ENTRY MAXSTORAGE command to add or remove or replace the value for the maximum allowed virtual storage size. The value may occur on either the USER or IDENTITY statement, or on a STORAGE statement in a USER, IDENTITY, SUBCONFIG, or PROFILE directory entry.

ENTRY entryname MAXSTORage {"Parms"} [( "Options"]

Parms:
  nnnnnnnK
| nnnnM
| nnnnG
| nnnnT
| nnnnP
| nnnnE
| *
| DELETE
| ?

Options:
[MSG | NOMSG]
[FILE [filename]]
["Stack Options"]
[STEM stemname]

Stack Options:
  FIFO
| LIFO
| STACK [FIFO | LIFO]
Definitions
entryname

Specifies the name of the directory entry to process.

DELETE

Removes the maximum storage size value from the entry.

?

Returns the value of the maximum storage limit from the entry. The values are passed to the caller in a message, on the program stack, or in a REXX stem.

[FILE [filename]]
[MSG | NOMSG]
[STACK [FIFO | LIFO]]
[FIFO]
[LIFO]
[STEM stemname]

These options are explained in Common API Command Options.

For details on the MAXSTORAGE statement, refer to the definitions in the section on that statement in the IBM CP Planning and Administration publication for your release of VM.

NAMESAVE Subcommand

Use the ENTRY NAMESAVE command to add or remove restricted segment names from a USER, IDENTITY, or PROFILE directory entry.

ENTRY entryname NAMESAVE {"Parms"} [( "Options"]

Parms:
  segment1 [segmentn] ...
| DELETE [segment1 [segment] ... | *]
| ?

Options:
[MSG | NOMSG]
[FILE [filename]]
["Stack Options"]
[STEM stemname]

Stack Options:
  FIFO
| LIFO
| STACK [FIFO | LIFO]
Definitions
entryname

Specifies the name of the directory entry to process.

useridn

Specifies the names of the restricted segments the entry is allowed to use.

DELETE

Removes the specified segment names from the entry. If '*' is specified, DELETE removes all segment names.

?

Returns all segment names from the entry. The values are passed to the caller in a message, on the program stack, or in a REXX stem.

[FILE [filename]]
[MSG | NOMSG]
[STACK [FIFO | LIFO]]
[FIFO]
[LIFO]
[STEM stemname]

These options are explained in Common API Command Options.

For details on the NAMESAVE statement, refer to the definitions in the section on that statement in the IBM CP Planning and Administration publication for your release of VM.