Dear Admin,
Currently I meet this error in my local cobol env, any suggestion on it? Very appreciated with your help,thanks!
honey:/var/cics_regions/TEST/bin # cob -u GSYSTIME.cbl -C DATA-CONTEXT -C CALL-RECOVERY
cob32: Compilation and code generation of COBOL not supported in this product.
#I am using Micro Focus Visual Cobol 3.0 on 64bit x86 Linux SUSE12sp3
#It says that: "cob32: Compilation and code generation of COBOL not supported in this product",
while the cob32 is already under directory /opt/microfocus/VisualCOBOL/bin
honey:/opt/microfocus/VisualCOBOL/bin # ls -lrt|grep cob32
-r-xr-xr-x 1 root root 80228 Jun 8 2017 cob32
#I have already done these COBOL env variable settings.
honey:~ # echo $PATH
/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibm/cics/bin:/root/bin:/opt/microfocus/VisualCOBOL/bin:/root/bin:/opt/ibm/cicstg/jvm180/bin
honey:~ # echo $COBDIR
/opt/microfocus/VisualCOBOL
honey:~ # echo $LD_LIBRARY_PATH
/opt/microfocus/VisualCOBOL/lib:/opt/ibm/cics/lib:/lib
↧
"cob32: Compilation and code generation of COBOL not supported in this product" error
↧