1846701 Members
3102 Online
110256 Solutions
New Discussion

Re: Cobol error

 
Noble Sebastian
Frequent Advisor

Cobol error

Hpserver L class ,os -Hp ux 11,
A cobol application running that time one error is coming

sh: cob: not found
error exit code 127

can u replay
regrads Noble sebastian
2 REPLIES 2
RAC_1
Honored Contributor

Re: Cobol error

All it is saying is it can not get cob executable. Is it there? Should be in /opt/cobol/bin/. If it is there, put full path in script.
There is no substitute to HARDWORK
rariasn
Honored Contributor

Re: Cobol error

Hi Noble,

export PATH=$PATH:/opt/cobol/bin

$ whereis cob
cob: /opt/cobol/bin/cob

rgs,

ran