Hi, I'm new in this forum. What I want is to ask a help from your experience. We're migrating a Microfocus Server from Sun to AIX. The program is running without problem in Sun, but when I compile and then run in AIX some fields displays differents. For example:
In the WORKING-STORAGE I have:
05 Field1 PIC S9(7) COMP.
then, I make a DISPLAY:
DISPLAY "Field1: " Field1.
RESULT
Field1: +0005530814
My servers:
OLD SERVER: SUN SOLARIS
OS : Solaris 10
DataBase ORACLE 9i
Microfocus Cobol : Server Express 4.0.00 - Copyright (C) 1985-2004 Micro Focus International Ltd.
Compile option : -C IBMCOMP
Server NEW: IBM Power 7
OS : AIX 6.1
Database : ORACLE 10g
Microfocus Cobol : Server Express 5.1.00 - Copyright (C) 1985-2008 Micro Focus (IP) Limited
Compile option : -C IBMCOMP
Thanks for your help.
Beto.
In the WORKING-STORAGE I have:
05 Field1 PIC S9(7) COMP.
then, I make a DISPLAY:
DISPLAY "Field1: " Field1.
RESULT
Field1: +0005530814
My servers:
OLD SERVER: SUN SOLARIS
OS : Solaris 10
DataBase ORACLE 9i
Microfocus Cobol : Server Express 4.0.00 - Copyright (C) 1985-2004 Micro Focus International Ltd.
Compile option : -C IBMCOMP
Server NEW: IBM Power 7
OS : AIX 6.1
Database : ORACLE 10g
Microfocus Cobol : Server Express 5.1.00 - Copyright (C) 1985-2008 Micro Focus (IP) Limited
Compile option : -C IBMCOMP
Thanks for your help.
Beto.