One developer wants to do a cross-session animation. The program to animate is running from a "batch" script and cobanimsrv is executed from an interactive session. The COBANIMSRV variables and other COB variables are identical in the script and in the session. cobanimsrc starts and waits as expected. When the script starts and gets to the program to animate, cobanimsrv ends immediately without any message, just a series of blank lines. In the meantime, the program in the script pauses as if it was waiting for instructions from cobanimsrv. Back to the session, we determine the program's process id and issue "anim <pid>". The connection is established at the this point and can proceed with the animation. Any idea why cobanimsrv would start/stop immediately and not connect with the program while a direct "anim" would?
#COBOL
#debugging
#COBOLserver
#ServerExpress