Currently, we have shifted from Net Express 4.0 to Net Express 5.1 (Windows 7).
 
In PC, using microfocus net express 5.1 in windows 7 we compiled all our project sources and all sources compiled without any errors. But while i try to debug the program, then i got an error from one program '153 Subscript out of range  (in ..\\cobol_src\\abc.cbl, line 932)'.
 
But this error not occured while we debug through the program in Microfocus netexpress in 4.0 and we are not interested to change the programs because it is running in production(mainframe) without any errors for years.
 
For example,
 
say program, abc.cbl
 
I am using the first line in the pgm as process nossrange
and my Net Express 5.1 listing is as shown below in the attachment,
* Micro Focus Net Express            V5.1 revision 000 21-Mar-14 08:13 Page   3
* ..\\cobol_src\\abc.cbl
*            QUOTE                NORAWLIST                RDW
*            RECMODE"ENTCOBOL"    NOREENTRANT            NOREF
*          NOREFNO                  REMAINDER"2"           REPORT-LINE"256"
*            RESEQ                NORETRYLOCK              REWRITE-LS
*          NORM                     RTNCODE-SIZE"2"      NORWHARDPAGE
*          NOSAA                    SEG                  NOSEQCHK
*            SEQUENTIAL"RECORD"   NOSERIAL                 SETTING"COL3"
*          NOSHAREOUTDD             SHOW-DIR               SIGN"ASCII"
*          NOSIGNDISCARD          NOSIGNFIXUP              SORTTYPE"DFSORT"
*            SOURCEFORMAT"FIXED"    SOURCETABSTOP"8"     NOSPZERO
*          NOSSRANGE              NOSTDERR               NOSTICKY-LINKAGE
*          NOSTICKY-PERFORM         SUPFF                  SWITCHTYPE"1"
*            SYMBSTART"1"           SYSPUNCH"132"          TERMPAGE
*            TIME                 NOTRACE                NOTRUNC
*          NOTRUNCCALLNAME        NOTRUNCCOPY              TRUNCINC"10"
*            UNICODE"NATIVE"        VERBOSE              NOVSC2
*            WARNING"1"           NOWB                   NOWB2
*          NOWB3                    WEBSERVER"CGI"       NOWRITELOCK
*          NOWRITETHRU            NOXOPEN                  XREF
*            ZEROLENGTHFALSE      NOZEROSEQ                ZWB
 
Even though, i mentioned in the program as process nossrange , still while i am doing debug, Subscript out of range error i am getting. but it not occurs in NE 4.0.
 
Could you please inform us, how to resolve this error.
 
Thanks in Advance.

