Problem:
After installing a new version of our COBOL compiler the breakpoints in Animator between starts of the anim. gets lost
Resolution:
This is normal behaviour with Server Express as per the documentation, in Server Express an aif file is not created if you use COBSW= A.
To preserve the aif file you must use the COBAIFNAME environment variable.
export COBAIFNAME=myprog
Old KB# 7232