IB Statements/noexcp

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''Noexcp'''
'''Noexcp'''
-
C32 Only - Full description not available,this is a posting from Jim on the subject.
+
NOEXCP option on file system statements
 +
Parameter:  NOEXCP 
 +
Discussion:  Introduced with Comet32 this parameter may be used in file system statements to specify that if a non-fatal runtime exception occurs it should be ignored. This option is available for: ERASE, ENTER, EXTRACT, CREATE, CREATEKEY, DELETE, INPUT, INPUTFILE, INQUIRE, INSERT, POSITION, PRINTFILE, PRINT, OPEN, UPDATE, READ, RENAME, REWRITE, RUN, LOCK, UNLOCK, and WRITE.
 +
For information about handling specific exceptions, see Exception Handling.  
-
CREATE 'file',dir='dir',noexcp
+
Also see EXCPSUB=.
 +
 +
Example:  ERASE file$ dir=dir$ NOEXCP
-
You can use noexcp on any of the following:
+
See system variables and EXCP for more information.
-
 
+
-
Input<br/>
+
-
Print<br/>
+
-
InputFile<br/>
+
-
PrintFile<br/>
+
-
Create<br/>
+
-
Erase<br/>
+
-
Open<br/>
+
-
Read<br/>
+
-
Write<br/>
+
-
Extract<br/>
+
-
Update<br/>
+
-
Delete<br/>
+
-
Input<br/>
+
-
Print<br/>
+
-
Rename<br/>
+
-
Lock<br/>
+
-
Unlock<br/>
+
-
Run<br/>
+
-
Insert<br/>
+
-
Rewrite<br/>
+
-
Enter<br/>
+
-
Inquire<br/>
+
-
CreateKey<br/>
+
-
Position<br/>
+

Revision as of 22:25, 28 May 2009

Noexcp

NOEXCP option on file system statements Parameter: NOEXCP Discussion: Introduced with Comet32 this parameter may be used in file system statements to specify that if a non-fatal runtime exception occurs it should be ignored. This option is available for: ERASE, ENTER, EXTRACT, CREATE, CREATEKEY, DELETE, INPUT, INPUTFILE, INQUIRE, INSERT, POSITION, PRINTFILE, PRINT, OPEN, UPDATE, READ, RENAME, REWRITE, RUN, LOCK, UNLOCK, and WRITE. For information about handling specific exceptions, see Exception Handling.

Also see EXCPSUB=.

Example: ERASE file$ dir=dir$ NOEXCP

See system variables and EXCP for more information.

Personal tools