Re: rm cobol procedure error 204
- From: "RobH" <r.heady-no-spam@xxxxxxxxx>
- Date: Wed, 30 Aug 2006 14:44:02 GMT
It could be that you are not loading the flexgen shared object library,
libflexgen.so. This shared object can be loaded automatically if you place
it in a subdirectory called rmcoboso/ in the same directory as the RM/COBOL
runtime (runcobol). If you do not wish to load the libflexgen.so
automatically, you call always use the -l command line option to specify the
library. The runtime will report the loaded dynamic libraries if you execute
with the -v command line option (e.g., runcobol foo -v ).
If you can find the flexgen shared object library and are still getting a
procedure error 204 then you probably cannot find a COBOL subprogram. You
can use the RUNPATH environment variable to specify the directories where
the COBOL programs (and data files) reside.
-Robert Heady
Liant Software Corp.
<lbaker@xxxxxxxxxxx> wrote in message
news:1156942541.925023.63260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am using the Flexgen cobol generator on a Unix computer. I have a
program that I want to run overnight in a batch file. I have RM Cobol
and I thought I could just type "runcobol programname.cob" at the
prompt and it would work. But I am getting Cobol procedure error 204.
This error seems to be that it can't find all the subprograms or
something else that it needs to run.
Can anyone tell me what else I need to do to get this to run? A path
statement? A parameter in the runcobol command? Thanks.
.
- Follow-Ups:
- Re: rm cobol procedure error 204
- From: lbaker
- Re: rm cobol procedure error 204
- References:
- rm cobol procedure error 204
- From: lbaker
- rm cobol procedure error 204
- Prev by Date: Re: rm cobol procedure error 204
- Next by Date: Re: Crazy COBOL system, need help with cob2csv
- Previous by thread: Re: rm cobol procedure error 204
- Next by thread: Re: rm cobol procedure error 204
- Index(es):