Informix Error -16362
-16362 No current function.
No current 4GL function exists if you have not yet invoked a RUN or CALL command. Even after RUN or CALL, no current function exists if execution terminated normally, rather than being stopped by a breakpoint, by an Interrupt or STEP command, or by a fatal error. Use RUN or CALL to begin or restart program execution.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-16362 fires when no current 4GL function exists — per the official guidance.
RUN/CALLnever invoked, per the official guidance — the first named cause.- Execution terminated normally (rather than stopped by a breakpoint, Interrupt/STEP command, or fatal error), per the official guidance — the second named cause.
Solutions / Resolution
- Use
RUNorCALLto begin or restart program execution, per the official guidance.
Examples
N/A
No specific triggering statement is documented beyond no function currently being active.
Diagnostic Checks
- Check whether the program has been started and is currently suspended, and use
RUN/CALLif not.
Related Errors / Related Topics
- -16338 — "Cannot continue execution." A related execution-state error, about
CONTINUE/STEPspecifically rather than commands needing any current function at all.
No 4GL function is currently active — use RUN/CALL to begin or restart execution.