Measure Reference Manual
MEASLISTEXTNAMES
Makes the Measure subsystem list structured OSS and ANSI SQL name information to the
EXTNAMES file in the specified subvolume.
error := MEASLISTEXTNAMES ( dfnum ! i
,volume^subvol ); ! i
error
INT
is the error code indicating the outcome of the operation. Possible error codes include:
DescriptionError Code
Successful completion.0
The OSS journal segment for this file is still under construction.err^buildingossjournal3235
An OSS journal segment was required but not available.err^missingossjournal3236
The SQL journal segment for this file is still under construction.err^buildingsqlournal3240
dfnum
input
INT:value
is the data file access number returned by the MEASOPEN procedure.
volume^subvol
input
INT .EXT:ref:8
is the destination volume and subvolume for the EXTNAMES file.
For a local system, the format of volume^subvol (when redefined as string[0:15]) is:
’$’volume^subvol[0]
volume name (padded with spaces)volume^subvol[1:7]
subvolume name (padded with spaces)volume^subvol[8:15]
For a remote system, the format is:
’\’volume^subvol[0]
system numbervolume^subvol[1]
volume name (padded with spaces)volume^subvol[2:7]
subvolume name (padded with spaces)volume^subvol[8:15]
Usage Notes
• Before you issue this call, you must have a measurement data file containing the SQL journal
segment open with the SQL journal segment attached, and/or an OSS journal segment open
with the OSS journal segment attached. If the measurement data file is for an active
measurement, or if MEASFH is still constructing the SQL or OSS journal segment, error 3240
(ERR^BUILDINGSQLJOURNAL) or 3235 (ERR^BUILDINGOSSJJOURNAL) is returned from
MEASLISTEXTNAMES 403