J
jankeir
Guest
There is this: PROCEDURE exit EXTERNAL '/usr/lib/libc.a(shr_64.o)' CDECL PERSISTENT. def input param iexit as long no-undo. END PROCEDURE. run exit(0). You will want to first stop all persistent procedures and disconnect all db's. I do not know though what happens if you do this and you have static classes in memory with that refer to db's connected with shared memory connections.
Continue reading...
Continue reading...