Chapter Contents

Previous

Next
PUTLOG

PUTLOG



Creates an OpenVMS logical-name in your process-level logical name table

Language element: function
Category: general-purpose OpenVMS
OpenVMS specifics: All aspects are host-specific


Syntax
Details

Syntax

PUTLOG(logical-name,value)

logical-name
the name of the OpenVMS logical name that you want to create. It can be a character variable, a character literal enclosed in double quotation marks, or another character expression.

value
is the string to be assigned to the symbol. It can be a character variable, a character literal enclosed in double quotation marks, or another character expression.


Details

The PUTLOG function creates an OpenVMS logical name in your process-level logical name table. If the PUTLOG function executes successfully, the return value is 0. Otherwise, the return value is the OpenVMS error code indicating why it failed.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.