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

RC = PUTLOG(logical-name,value)

RC
is the return code. If the PUTLOG function executes successfully, the return value is 0. Otherwise, the return value is the OpenVMS error code indicating why it failed.

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 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 quotation marks, or another character expression.


Details

The PUTLOG function creates an OpenVMS logical name in your process-level logical name table.


Chapter Contents

Previous

Next

Top of Page

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