We were getting 153 ("Subscript out of range") error during runtime with Cobol 6.0.5 we used the below compilation options.
-C SSRange=2
-C NoCheck
-C Bound
With Cobol migration to 7.0.6 we with the same set of compilation options we are not getting the 153 ("Subscript out of range") error. But when I remove the -C NoCheck I am getting the error.
Is there any changes implemented in NoCHECK , SSRANGE, BOUND directives of Cobol v7.0.6?
#nativecobol
#MicroFocus
#VisualCOBOL
#COBOLENVIRONMENT
#MicroFocusVisualCobol
#debug