Measure Reference Manual

For example, if an ANSI SQL table name is specified as:
TABLE table_56
MEASCOM will prepend the default catalog and schema, if set, and the fully qualified name
will be (with the values above):
TABLE CATALOG_12.SCHEMA_34.table_56
In Measure G09 and later PVUs, to display the current default path for OSSPATH and the
current setting for PAGESIZE, respectively:
+ ENV
System \BUYER
Volume $DATA.MEAS
OSSpath "/This/is/the/path/"
Assume MEASUREMENT
Setprompt Assume
Pagesize 24
Comments Display All
Warnings Display All
+ ENV OSSPATH
OSSpath "/This/is/the/path"
EXIT
The EXIT command ends a MEASCOM session.
Syntax
EXIT
Related Command
PageFunctionCommand
40Starts a MEASCOM sessionMEASCOM
Usage Notes
MEASCOM returns a completion code when it stops or abends. The completion codes are:
MeaningCode
Normal voluntary termination. No warnings or errors were issued.0
Normal voluntary termination. Warnings were issued.1
Abnormal voluntary termination. Error messages were issued.2
Abnormal premature termination. MEASCOM encountered an error condition that caused
it to terminate prematurely.
3
If the code is 0, no message is displayed, but the TACL prompt reappears. If the code is 1,
2, or 3, an explanatory message appears.
If you specify an IN file when invoking MEASCOM, reaching the end of the file is equivalent
to the EXIT command.
EXIT 57