- S_INFO - Static variable in exception com.iscobol.compiler.custpreproc.ProcessException
-
INFO error severity
- S_R_ERROR - Static variable in exception com.iscobol.compiler.custpreproc.ProcessException
-
NOT SEVERE error severity
- S_S_ERROR - Static variable in exception com.iscobol.compiler.custpreproc.ProcessException
-
SEVERE error severity
- S_WARNING - Static variable in exception com.iscobol.compiler.custpreproc.ProcessException
-
WARNING error severity
- scale() - Method in interface com.iscobol.rts.INumericVar
-
returns the number of decimal digits
- set(boolean) - Method in class com.iscobol.java.CondName
-
- set(byte[], int, int, boolean) - Method in interface com.iscobol.rts.ICobolVar
-
writes the bytes specified by src in the memory buffer
- set(String) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified string, the string will be converted in bytes before writing it in the memory buffer
- set(String, boolean) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified string, the string will be converted in bytes before writing it in the memory buffer
- set(byte[]) - Method in interface com.iscobol.rts.ICobolVar
-
writes the bytes specified by src in the memory buffer
- set(boolean) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified boolean, the boolean will be converted in bytes before writing it in the memory buffer
- set(byte) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified byte
- set(char) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified char, the char will be converted in bytes before writing it in the memory buffer
- set(short) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified short, the short will be converted in bytes before writing it in the memory buffer
- set(int) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified int, the int will be converted in bytes before writing it in the memory buffer
- set(long) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified long, the long will be converted in bytes before writing it in the memory buffer
- set(float) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified float, the float will be converted in bytes before writing it in the memory buffer
- set(double) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified double, the double will be converted in bytes before writing it in the memory buffer
- set(CobolNum) - Method in interface com.iscobol.rts.ICobolVar
-
sets the value of the variable with the specified CobolNum, the CobolNum will be converted in bytes before writing it in the memory buffer
- setByVal(boolean) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- setComment(boolean) - Method in class com.iscobol.compiler.custpreproc.ProcessResult
-
sets if the replace string must be added as a comment
- setEnvironment(String, String) - Static method in class com.iscobol.java.IsCobol
-
Set a property.
- setFileName(String) - Method in interface com.iscobol.logger.Logger
-
Sets the name of the log file
- setFileName(String, boolean) - Method in interface com.iscobol.logger.Logger
-
Sets the name of the log file and if the file is to be open in append mode
- setFileName(String, int, int, boolean) - Method in interface com.iscobol.logger.Logger
-
Sets the name of the log file its maximum length and its maximum number
of copies
- setIId(Object) - Method in interface com.iscobol.rts.INumericVar
-
if the variable is an handle, associates the resource specified by id to this handle
- setOffset(int) - Method in class com.iscobol.java.CobolVarHelper
-
- setOId(Object) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- setReplace(String) - Method in class com.iscobol.compiler.custpreproc.ProcessResult
-
sets the string that will replace the line passed to the LinePreProcessor
- setSize(int) - Method in interface com.iscobol.rts.IPicAnyLength
-
sets the length of the ANY LENGTH variable with the value specified by size and fills it with spaces
- setSpace() - Method in interface com.iscobol.rts.ICobolVar
-
fills the memory buffer with spaces
- setUsingMaxLen(byte[]) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- setValue(ICobolVar) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- setVariable(ICobolVar) - Method in class com.iscobol.java.CobolVarHelper
-
- severe(String) - Method in interface com.iscobol.logger.Logger
-
Writes the severe error message in the log file
- signLeading(boolean) - Method in class com.iscobol.java.CobolVarHelper
-
Add/remove the attribute of SIGN IS LEADING to the last declared variable.
- signSeparate(boolean) - Method in class com.iscobol.java.CobolVarHelper
-
Add/remove the attribute of SIGN IS SEPARATE to the last declared variable.
- sqlcaDecoder(SQLException, CobolVar, CobolVar, CobolVar) - Method in interface com.iscobol.rts.EsqlSqlcaHandler
-
Receives the instance of SQLException behind an SQL error and allows you to set
the following SQLCA fields: SQLCODE, SQLERRMC and SQLSTATE.
- sqlcaDecoder(SQLException, CobolVar, CobolVar, CobolVar) - Method in interface com.iscobol.rts_n.EsqlSqlcaHandler_n
-
Receives the instance of SQLException behind an SQL error and allows you to set
the following SQLCA fields: SQLCODE, SQLERRMC and SQLSTATE.
- startElement(String, String, String, Attributes) - Method in class com.iscobol.java.EFDHelper
-
- StopRunAsException - Exception in com.iscobol.java
-
This exception is used to signal that a COBOL program, called by
IsCobol.callNoStop(), has encountered a STOP RUN statement.
- StopRunAsException(StopRunException) - Constructor for exception com.iscobol.java.StopRunAsException
-