Variable | Description |
---|---|
ISCOBOL | isCOBOL installation directory |
ISCOBOL_JDK_ROOT | JDK installation directory |
ISCOBOL_JRE_ROOT | JRE installation directory |
Variable | Description |
---|---|
ISREMOTECC_HOME | Home directory of the command |
ISREMOTECC_OPTS | Command line options for the command. Use a space to separate multiple options. When the options string contains spaces, delimit it with quotes, for example: ISREMOTECC_OPTS="-port 1234 -c my.properties" |
ISREMOTECC_JAVA_EXE | Alternative JVM for the command |
ISREMOTECC_JAVA_OPTS | Java options for the command. Use a space to separate multiple options. When the options string contains spaces, delimit it with quotes, for example: ISREMOTECC_JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xmx4G" |
ISREMOTECC_LOG_FILE | File where the command output is redirected |
ISREMOTECC_PID_FILE | Semaphore file to inform if the command is running or not. This file contains the process ID. |