culturewyj Beginner
Joined: 15 Jun 2006 Posts: 15 Topics: 10
|
Posted: Mon Sep 25, 2006 9:44 pm Post subject: SIGN LEADING SEPARATE? |
|
|
Hello,every one!Now i have a question to ask,I need your help.
My cobol compiler is micro focus cobol v5.x version.
My current project is to migrating oracle dbms to db2.
how to change this code:
EXEC SQL BEGIN DECLARE SECTION END-EXEC.
05 DB-PXALT080 PIC S9(4) SIGN LEADING SEPARATE.
I cannot precompile this variable.
Thanks. |
|