Operating System - HP-UX
1755743 Members
4389 Online
108837 Solutions
New Discussion юеВ

MF Cobol and embed SQL on HP UX

 
Allen Shen
New Member

MF Cobol and embed SQL on HP UX

I write a program on HP9000 using MF Cobol and embed SQL statements, I want to run it on two different HP9000 host, and I donot want to recompile it, I means that I compiled it on a host, and want to run it directly on another host, how can I do ?

My system and software env are :

HP UX 11.0 ,IBM DB2 V6.1,
Micro Focus Cobol/HP-UX HP35326 B.13.35 V4.1 revision 20

2 REPLIES 2
Ken Hubnik_2
Honored Contributor

Re: MF Cobol and embed SQL on HP UX

As long as the o/s is the same level then you can.
Allen Shen
New Member

Re: MF Cobol and embed SQL on HP UX

My two hosts' env is the same, when I run program compiled on another host, it dosnot work correct and appear the error sqlcode 0818, this means:

SQL0818N A timestamp conflict occurred.

Explanation: The timestamp generated by the precompiler at
precompile time is not the same as the timestamp stored with the
package at bind time

Would you like to tell me how I can do, thanks!