Measure Reference Manual
MEASLISTOSSNAMES
Causes the Measure subsystem to list structured OSS file pathname translation information to the
file OSSNAMES in the default subvolume.
In Measure G11 and later PVUs, MEASLISTOSSNAMES is still available but is superseded by
MEASLISTEXTNAMES (page 403), which supports both OSS file pathnames and ANSI SQL names.
error := MEASLISTOSSNAMES ( dfnum ! i
,volume^subvol ); ! i
error
INT
is the error code that indicates 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
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 OSSNAMES file.
volume^subvol[0] = '\'
volume^subvol[1] = system number
volume^subvol[2:7] = volume name (padded with spaces)
volume^subvol[8:15] = subvolume name (padded with spaces)
Usage Notes
• You must have a measurement data file that contains an OSS journal segment open with the
OSS journal segment attached prior to issuing this call. If the measurement data file is for an
active measurement or if MEASFH is still in the process of constructing the OSS journal segment,
error 3235 (ERR^BUILDINGOSSJOURNAL) is returned.
• If an OSSNAMES file already exists in the specified volume^subvol field, the new
OSSNAMES entries are written to the existing file, and all completions of error 10 (duplicate
record) are ignored. A single OSSNAMES file can contain OSSNAMES information for many
measurements from many systems.
408 Measure Callable Procedures