RETURN-CODE on application exit

Posted by rblanchard@ospreyretail.com on 04-Nov-2018 13:42

At the recent PUG it was said that in 11.7.4 support was added to allow setting a return code upon application exit. Does anyone know how this works...cant find any docs?

All Replies

Posted by Arno van der Ende on 05-Nov-2018 12:44

Hi,

In 11.7.3 the SESSION:EXIT-CODE is added.

See release notes here: www.progress.com/.../openedge-service-pack-11.7.3

SESSION:EXIT-CODE=123.
SESSION:EXIT-CODE=myIntVar.

Posted by marian.edu on 05-Nov-2018 17:28

Maybe adding an optional parameter to the QUIT statement would, imho, make sense then.


Marian Edu

Acorn IT 
www.acorn-it.com
www.akera.io
+40 740 036 212

Posted by rblanchard@ospreyretail.com on 05-Nov-2018 18:42

The EXIT-CODE is the answer. For some reason PDSOE will compile but not list the EXIT-CODE when pressing CTRL-SPACE after SESSION:

This thread is closed