Pro*Cobol and HP

From: Beat Jucker <bj_at_zephir.boa.ch>
Date: Sun, 28 Feb 1993 21:12:14 GMT
Message-ID: <1993Feb28.211214.5361_at_zephir.boa.ch>


Sorry for this question but I'm neither an oracle nor a cobol expert ...

For performance measurements I'd like to port a cobol application from a NCR Tower 850 to a HP 9000/700 (HP-UX 8.07).

  • What special things do I have to look for?
  • When I compile the modules I get following message (error ???):
    ORACLE COBOL Precompiler: Version 1.4.8.2.2 Precompiling insertrm.pco cob -C nolist -Q -aarchive -xv -c insertrm.cbl -o insertrm.o
    • Micro Focus COBOL/2 v1.2 revision 000 Compiler
    • Copyright (c) 1984, 1990 Micro Focus Ltd. URN AXUEX/BMB/00625F
    • Accepted - verbose
    • Accepted - nolist
    • Compiling insertrm.cbl
      • "ANS3,RMNAANS31,RMNAANS32,RMNAANS33,RMZOLLANS". **216-I************************************************** **
        • Literal exceeds 160 characters
      • "b19:i19,:b20:i20,:b21:i21,:b22:i22,:b23:i23,". **216-I************************************************** **
        • Literal exceeds 160 characters
    • Total Messages: 2
    • Unrecoverable : 0 Severe : 0
    • Errors : 0 Warnings: 0
    • Informational : 2 Flags : 0

  When I run the application I get following runtime error:



    Execution error : file 'insertrm'
    error code: 114, pc=2E04C, call=25, seg=0     114 Attempt to access item beyond bounds of memory (Signal 10)

  When I delete some fields I don't get the "Literal exceeds ..." compiling   messages and I don't get any runtime error!   It doesn't matter what kind of fields I delete on the insert statement.   This particular table has 32 fields and most of them are used with   an indicator variable. --> any idea ?

  • What special compiler flags do I need?

Any help would be greatly appreciated, thanks in advance! Beat

From: bj_at_zephir.boa.ch (Beat Jucker)
Newsgroups: Comp.databases.oracle
Subject: Pro*Cobol on HP
Organization: JSW-Engineering, CH 3626 Huenibach, Switzerland Keywords: pro*cobol

Sorry for this question but I'm neither an oracle nor a cobol expert ...

For performance measurements I'd like to port a cobol application from a NCR Tower 850 to a HP 9000/700 (HP-UX 8.07).

  • What special things do I have to look for?
  • When I compile the modules I get following message (error ???):
    ORACLE COBOL Precompiler: Version 1.4.8.2.2 Precompiling insertrm.pco cob -C nolist -Q -aarchive -xv -c insertrm.cbl -o insertrm.o
    • Micro Focus COBOL/2 v1.2 revision 000 Compiler
    • Copyright (c) 1984, 1990 Micro Focus Ltd. URN AXUEX/BMB/00625F
    • Accepted - verbose
    • Accepted - nolist
    • Compiling insertrm.cbl
      • "ANS3,RMNAANS31,RMNAANS32,RMNAANS33,RMZOLLANS". **216-I************************************************** **
        • Literal exceeds 160 characters
      • "b19:i19,:b20:i20,:b21:i21,:b22:i22,:b23:i23,". **216-I************************************************** **
        • Literal exceeds 160 characters
    • Total Messages: 2
    • Unrecoverable : 0 Severe : 0
    • Errors : 0 Warnings: 0
    • Informational : 2 Flags : 0

  When I run the application I get following runtime error:



    Execution error : file 'insertrm'
    error code: 114, pc=2E04C, call=25, seg=0     114 Attempt to access item beyond bounds of memory (Signal 10)

  When I delete some fields I don't get the "Literal exceeds ..." compiling   messages and I don't get any runtime error!   It doesn't matter what kind of fields I delete on the insert statement.   This particular table has 32 fields and most of them are used with   an indicator variable. --> any idea ?

  • What special compiler flags do I need?

Any help would be greatly appreciated, thanks in advance! Beat

-- 
--------------------------------------------------------------------------
Beat Jucker, JSW-Engineering, Anlikerweg 5, CH-3626 Huenibach, Switzerland
    Tel:(+41)33 434868                           Email:bj_at_zephir.boa.ch
Received on Sun Feb 28 1993 - 22:12:14 CET

Original text of this message