Re: rm cobol procedure error 204
- From: Frederico Fonseca <real-email-in-msg-spam@xxxxxxxxx>
- Date: Wed, 30 Aug 2006 15:28:44 +0100
On 30 Aug 2006 05:55:42 -0700, lbaker@xxxxxxxxxxx wrote:
I am using the Flexgen cobol generator on a Unix computer. I have aIndeed it is a PATH that you need.
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.
Before running the program you will need to set variable RUNPATH to
the list of directories containing the programs and eventually the
filenames you will be processing.
e.g. RUNPATH=/usr/progs/myproglib1:/usr/progs/myproglib2
How you set the variable depends on the shell used.
If you are going to run this on the background you should probably set
a shell script to set both the RUNPATH and TERM variables correctly.
Frederico Fonseca
ema il: frederico_fonseca at syssoft-int.com
.
- 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: rm cobol procedure error 204
- Next by Date: Re: rm cobol procedure error 204
- Previous by thread: rm cobol procedure error 204
- Next by thread: Re: rm cobol procedure error 204
- Index(es):
Relevant Pages
|