java.sql.Connection getCurrConnection () |
... configuration section. repository. class EsqlRuntime as "com.iscobol.rts.EsqlRuntime" class JSQLConnection as "java.sql.Connection" ... working-storage section. ... 77 jcon object reference JSQLConnection. ... procedure division. ... exec sql connect end-exec. if sqlcode = 0 set jcon to EsqlRuntime:>getCurrConnection() else display "Connection error: " sqlcode display sqlerrmc end-if. ... |