I recently met an ages old issue related to code maintenance:
- You have access to your IRIS server just over ODBC/JDBC
- no VSCode access, no Studio access
- no (Web-)Terminal access
But you need to take a look on Classes or Routines or Globals !!
Anyhow SQL is your friend.
- First you need a simple table as temporary text store.
CREATEGLOBALTEMPORARYTABLE arcc.txt (line VARCHAR(32000))Not a thrilling action.
- Next you export your code to local file and import it to your table




