Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL522631-001
6-43
NO^ERROR
Is called internally by sequential I/O (SIO) procedures. NO^ERROR implements error
handling and retries within the SIO procedure environment.
If the file was opened by OPEN^FILE, then file-system procedures can call
NO^ERROR directly.
NODE_GETCOLDLOADINFO_
Retrieves the name of the OSIMAGE file from which the specified node was cold
loaded.
no-retry := NO^ERROR ( state
,file-fcb
,good-error-list
,retryable );
no-retry, INT returned value
0 The operation should be retried.
<>0 The operation should not be retried.
state, INT:value input
= (CCE) The operation is successful.
0 NO^ERROR first checks the error value in the FCB. If the FCB error is 0, NO^ERROR
calls FILEINFO for the file.
file-fcb, INT:ref:* input
good-error-list, INT:ref:* input
retryable, INT:value input
error := NODE_GETCOLDLOADINFO_ ( filename:maxlen
,filename-length
,[ nodename:length ] );
error, INT returned value