Neoview Command Interface (NCI) Guide (R2.5)
DSNAME data-source-name
is the name of the data source. data-source-name is case-sensitive and cannot be the
asterisk (*) wild card.
Considerations
• To run this command in SQL mode, you must first run the CMDOPEN command. This
command does not run in CS mode.
• The command requires an SQL terminator.
• The wild card (*) is not supported for the data source name, and the data source name is
case-sensitive.
• If you do not specify any arguments for this command, it displays all the environment
variables defined for each data source in the NDCS configuration.
• If you specify the type of environment variable, the command displays all the environment
variables of that type for each data source.
• If you specify the type of environment variable and the data source name, the command
displays only the environment variables of that type for the specified data source.
• The command displays this information about the environment variables:
Table C-2 INFO EVAR Output
DescriptionColumn
Name of the data sourceDSNAME
Type of environment variable:
0 = ENV_SET
1 = ENV_CONTROL
2 = ENV_DEFINE
3 = ENV_STATISTICS
4 = ENV_CPULIST
5 = ENV_PROCESSPRIORITY
EVARTYPE
Not usedEVARSEQ
Value of the environment variableEVARVAL
Example
This command displays all the environment variables in the NDCS configuration, sorted by
data-source name:
SQL>info evar;
INFO RESOURCE Command
The INFO RESOURCE command displays the resource management policies that are associated
with data sources.
Syntax
INFO RESOURCE [data-source-name]
data-source-name
is the name of the data source. data-source-name is case-sensitive and cannot be the
asterisk (*) wild card. If you do not specify a data source, the command displays the resource
management policies for all data sources.
INFO RESOURCE Command 173