Home > Contents > Index >
ICS.CLEARERRNO
Clears the current error state.
Syntax
<ICS.CLEARERRNO/>Description
The
ICS.CLEARERRNO
tag clears the current error state, setting the value of the error state to 0. Call this tag immediately before invoking a tag that may alter theerrno
.Error Numbers
The value of
errno
is cleared.Example
The following example clears the error state before executing the
ics:catalogmanager
command:<ICS:CLEARERRNO/> <CATALOGMANAGER> <ICS.ARGUMENT NAME="FTCMD" VALUE="DELETETABLE" /> <ICS.ARGUMENT NAME="TABLENAME" VALUE="MOVIES" /> </CATALOGMANAGER>Release Introduced
This tag was introduced in CS release 5.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.