Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-9
OPENER_LOST_
Examines a system message and searches an open table to determine if an opener has
been lost.
16 File has not been opened, wrong file type; indicates that the file is not an EDIT file (that
is, the file type is not unstructured or the file code is not 101 or 102).
31 Unable to obtain buffer space; indicates that the file’s directory does not fit into IOEdit’s
extended data segment and OPENEDIT is unable to enlarge the segment.
34 Unable to obtain memory space for control block; indicates that the number of IOEdit
files already open is equal to the maximum number specified or assumed when
INITIALIZEEDIT was called.
59 File is bad; indicates that the file exists and has the correct file type and file code for an
EDIT file, but the data in the file has an incorrect format and OPENEDIT is unable to
repair it.
file-name, INT .EXT:ref:* input
length, INT:value input
filenum, INT:value input, output
access, INT:value input
exclusion, INT:value input
nowait, INT:value input
sync-depth, INT:value input
write-thru, INT:value input
status := OPENER_LOST_ ( message:length
,table
,index
,number-of-entries
,entry-size );
status, INT returned value
0 Search completed; no lost openers
1 (reserved)
2 Parameter error
3 Bounds error
4 Backup opener lost