Problem installing vertex
we have installed PS10 we want to implement Vertex Sales tax Q series 4.0.6.0 and Vertex Comm Tax Q series 2.0
After installing dm_vertex when tried to get the libctx300.so, it fails because
the cobmain.h and CTX300.CBL files are missing. These files are referenced in the
ctx300_.c source file and Makefile respectively
ctx300_.c file
------------------
#ifndef WIN32
#include "cobmain.h"
#endif
Makefile
-------------------
#COB_FLAGS_hpux= -v -Q,2 -G +z +DAportable
COB_FLAGS_hpux= -y -t
COB_FLAGS= $(COB_FLAGS_$(OS))
COB_FILE= $(CTX_DIR)/CTX300.CBL
when we try to compiling, we got the following.
After installing dm_vertex when tried to get the libctx300.so, it fails because
the cobmain.h and CTX300.CBL files are missing. These files are referenced in the
ctx300_.c source file and Makefile respectively
ctx300_.c file
------------------
#ifndef WIN32
#include "cobmain.h"
#endif
Makefile
-------------------
#COB_FLAGS_hpux= -v -Q,2 -G +z +DAportable
COB_FLAGS_hpux= -y -t
COB_FLAGS= $(COB_FLAGS_$(OS))
COB_FILE= $(CTX_DIR)/CTX300.CBL
when we try to compiling, we got the following.
0