Measure Reference Manual

read
input
INT:value
is used with write to specify access type. For possible values and results, see write.
measfh
input
INT:ref:12
is an array containing the name of an object file for a Measure file-handling (MEASFH) program.
By default, MEASFH object files are named $SYSTEM.SYSnn.MEASFH.
swapvol
input
INT:ref:4
is an array containing the volume name for MEASFH swap files.
If swapvol is not specified, swap files are created on the swap volume of the calling process.
cpunum
input
INT:value
is the number of the CPU where MEASFH is created.
options
input
INT:value
is an array of flags qualifying the MEASOPEN request:
Reserved for future use.options.0:8
Override the default mode for writing counter data records to the measurement data file.options.9
Counter data records will be included (default).0
Counter data records will be suppressed.1
Reserved for future use.options.10:11
Override the default mode for SQL/MX journal segment handling.options.12:13
SQL/MX not specified; use the Measure subsystem default setting to determine journal
segment handling.
0
SQL/MX ON; include the SQL/MX journal segment function.1
SQL/MX OFF; do not include the SQL/MX journal segment function.2
Invalid value; err^badparams is returned.3
Override the default mode for OSS journal segment handling.options.14:15
OSS not specified; use the Measure subsystem default setting to determine journal segment
handling.
0
OSS ON; include the OSS journal segment function.1
OSS OFF; do not include the OSS journal segment function.2
Invalid value; err^badparams is returned.3
filesize
input
MEASOPEN 415