Re: rm cobol procedure error 204



Thank you very much. I will try your suggestions.

Linda

RobH wrote:
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.


.



Relevant Pages

  • Re: rm cobol procedure error 204
    ... It could be that you are not loading the flexgen shared object library, ... procedure error 204 then you probably cannot find a COBOL subprogram. ...
    (comp.lang.cobol)
  • Re: S0C4 x4 abend while reading VSAM KSDS file
    ... If you have the OS/VS COBOL or VS COBOL II libraries CONCATENATED ahead of the ... Now the job is getting abend with S0C4 x'4' ... to read the input VSAM file. ...
    (comp.lang.cobol)
  • Re: COBOLs Influence on C
    ... Cobol is the only language that has this problem. ... sure that the libraries containing ANYTHING that might be called are on ... and common libraries used for common components. ...
    (comp.lang.cobol)
  • Re: COBOLs Influence on C
    ... Cobol is the only language that has this problem. ... sure that the libraries containing ANYTHING that might be called are on ... I'm talking about calling programs using the language's standard call mechanism. ...
    (comp.lang.cobol)
  • Re: compile+link Fujitsu Linux
    ... Red Hat Linux 7.2, Locale C ... It searches only the libraries named in the executable's ELF ... Why is Cobol the only language with a pressing need for dynamic linking? ... the CANCEL did not work. ...
    (comp.lang.cobol)