cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
TRICKLECHECK Details (↑ Allowing Language Features)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     If your program is unstructured and you specified NOTRICKLE, undefined
     behavior will result. If you suspect that a problem is being caused by
     trickling, you can locate any instance of trickling by specifying
     TRICKLECHECK.
 
     When a program generated with TRICKLECHECK attempts to trickle, a
     run-time error 199 (Operating System corrupted) is returned.
     Information about the program name, segment number and offset within
     the segment is displayed. This can be related to a source code
     location by referring to an assembler listing, produced by specifying
     ASMLIST or SOURCEASM, or a listing of the offset of each paragraph,
     produced by specifying PARAS.
 
     See also TRICKLE
              ASMLIST
              SOURCEASM
              PARAS
                                    -♦-