ALLOCATE

From VSI OpenVMS Wiki
Revision as of 13:49, 2 December 2019 by Jane.doe (talk | contribs) (Created page with "ALLOCATE is a DCL command that provides your process with exclusive access to a device until you deallocate the device or...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ALLOCATE is a DCL command that provides your process with exclusive access to a device until you deallocate the device or terminate your process. Optionally associates a logical name with the device. Requires read (R), write (W), or control access.

Syntax

ALLOCATE  device-name[:][,...] [logical-name[:]]

Qualifiers

  • /GENERIC
  • /LOG