|
Process Help A full description of the set-environment-variable-value process. |
Process Name |
Menu Path |
Link to Command Table |
SETENV |
Command line only |
Introduction
Updates the environment with new variables.
How to use
SETENV copies environment file data from a system file or the keyboard to a temporary file, then merges the temporary file with the current environment set of environment variables.
Example
1.Reading from an environment system file:-
|
!SETENV
|
@PRINT=0.0 |
2. Reading from the keyboard:-
|
!SETENV
|
@PRINT=0.0 |
Error and Warning Messages
>>> |
SYSTEM FILE DOES NOT EXIST <<< |
>>> |
CANNOT OPEN TEMPORARY FILE ffffffff <<< |
>>> |
UNEXPECTED ERROR READING ENVIRONMENT SPECIFICATIONS <<< |