| Functions and CALL Routines under OpenVMS |
| Category: | General-Purpose OpenVMS |
| OpenVMS specifics: | All aspects are host-specific |
| Syntax | |
| Details |
Syntax |
| PUTLOG(logical-name,value) |
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.
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.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.