Measure Reference Manual

DescriptionError Code
The ANSI SQL name specified could not be parsed.err^sql^api^internal3295
Either connectionInfo was not passed, or connectionInfo had incorrect
contents, probably because it had not been filled in by a call to
MEAS_SQL_MAP_INIT.
err^sqlmx^map^process3296
dfnum
input
INT:value
is the data file access number, or -1. To access the journal segment of an open Measure data
file that contains a journal segment, use the dfnum value returned by the MEASOPEN procedure.
If the data file access number is omitted, -1 is specified. If no journal segment is available for
the specified data file and the file is from the current system, dfnum is retrieved from the
SQL/MX or OSS subsystem.
fname_pathid_uid
input
INT .EXT:ref:12
is an array of 12 words that can contain the local internal format Guardian name of the
SQL/MX partition or OSS file, or is an internal format pathid of the SQL/MX partition or
OSS file, or is an ANS UID as it can be found in the SQLMX^obj^desc structure of
DISKFILE^ANSI^DESC and FILE^OPEN^ANSI^DESC. For the last case, the input_type must
be set to MEAS_ANSUID, as shown under input_type, below.
sysname
input
INT .EXT:ref:4
is an array of four words that can contain the Expand system name of the file specified in
filename, if the file is remote.
crvsn
input
INT .EXT:ref:3
is an array of three words that can contain a CRVSN value for qualifying the specified pathid
or filename.
pathid
output
INT .EXT:ref:12
is the internal format pathid associated with the file.
extname
output
STRING .EXT:ref:*
is a buffer to which the external name is to be returned, null-terminated.
extname_max
input
INT:value
is the maximum length, in bytes, that the extname buffer can accommodate. extname_max
is required when extname is specified.
400 Measure Callable Procedures