Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-12
PACKEDIT
Converts a line image from unpacked format into EDIT packed line format.
PACKEDIT is an IOEdit procedure and can be used only with files that have been
opened by OPENEDIT or OPENEDIT_.
PATHNAME_TO_FILENAME_
Converts an OSS pathname to a Guardian file name.
PACKEDIT ( unpacked-line
,unpacked-length
,packed-line
,packed-limit
,packed-length
,[ full-length ] );
unpacked-line, STRING .EXT:ref:* input
unpacked-length, INT:value input
packed-line, STRING .EXT:ref:* output
packed-limit, INT:value input
packed-length, INT .EXT:ref:1 output
full-length, INT:value input
error := PATHNAME_TO_FILENAME_ ( pathname
,filename:maxlen
,length
,[ info-flags ] );
error, INT returned value
0 No error.
563 The buffer pointed to by filename is too small.
4002 No such pathname exists. The corresponding OSS errno value is ENOENT.
4006 The prefix within pathname refers to an OSS fileset other than the root fileset that is
not mounted. The corresponding OSS errno value is ENXIO.
4013 Search permission is denied on a component of the pathname prefix. The
corresponding OSS errno value is EACCESS.
4014 A specified parameter has an invalid address. The corresponding OSS errno value is
EFAULT.