Created On:  2010-04-27

Problem:

How do you cause a COBOL DLL to be animated automatically when it is called without code change?

Resolution:

The usual method to cause a Cobol subprogram to be animated automatically when it is called is to insert a CALL “CBL_DEBUGBREAK”. The old way of setting the Cobol switch A still works in Net Express (i.e. COBSW= A)
Incident #2355590