- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- differences cobol precompiler oracle 8i and 9i
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2003 03:54 AM
тАО11-25-2003 03:54 AM
Currently I have the problem, that I can precompile a certain cobol programme with Oracle 8i without problems and Oracle 9i complains. Are there any big differences?
thanks for any help
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2003 11:30 PM
тАО11-25-2003 11:30 PM
Re: differences cobol precompiler oracle 8i and 9i
I think you have a configuration problem.
A program that is compiled in 8.x is also compiled in 9.x (8.x is a sub-set of 9.x).
Can you send the source for me to test this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2003 12:04 AM
тАО11-26-2003 12:04 AM
Re: differences cobol precompiler oracle 8i and 9i
the configuration is the same. I dont think, I can post the listing. What configuration are you talking about? That one in precomp/admin?
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2003 12:08 AM
тАО11-26-2003 12:08 AM
Re: differences cobol precompiler oracle 8i and 9i
Can you send me the way you call the pre-compiler, at least?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2003 12:31 AM
тАО11-26-2003 12:31 AM
Re: differences cobol precompiler oracle 8i and 9i
here the cobol precompiler script.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2003 11:15 AM
тАО11-26-2003 11:15 AM
SolutionTesting procob on 9.2.0.1:
I found a basic difference on SPECIAL-NAMES,
It was:
SPECIAL-NAMES. DECIMAL-POINT IS COMMA
C01 IS SALTO.
When I precompiled, got same error PCB-S-00400.
I changed:
SPECIAL-NAMES. DECIMAL-POINT IS COMMA
* C01 IS SALTO.
Tried to compile and it was ok.
As I don't have your source, please check this above.
Also, I logged into Metalink and found nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2003 11:03 PM
тАО11-26-2003 11:03 PM
Re: differences cobol precompiler oracle 8i and 9i
the problem is solved. I have opened a tar at metalink. The problem is, that there is a bug in the precompiler of 8I, which does not catch a missing dot after an exec include command, which is required by the syntax.
thanks,
Michael