Hi there,
We upgraded our v10 database to v11 Conversion mode.
In v11 IBM has discontinued DISABSCL zparm.
All our Cobols fail after the upgrade. Because we had set its value as DISABSCL=YES, causing it not to generated warning messages for non scrollable cursors at the time of OPEN CURSOR.
Our Cobols are designed to check warnings (SQLWARN) and exit in case of a warning. Since this zparm is now gone, all OPEN cursor statements generate a WARNING and our programs fail.
Does any one has seen this situation or has some suggestion?
Modifying all the cobols (over 1,000) is not a viable option in our current situation.
Thanks