Re: Batch compiling Fujitsu COBOL
- From: "Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 20:34:28 +1200
"Richard" <riplin@xxxxxxxxxxxx> wrote in message
news:1185771148.405673.243830@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jul 30, 2:02 pm, "Pete Dashwood"That's a good idea. Thanks, Richard.
<dashw...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I may need to compile a bunch of COBOL programs written in Fujitsu
NetCOBOL.
(They are modules of source code produced by a generator I am building.)
I've read Chapter 3 of the Users' Guide and the process is fairly
straight
forward, however, I need to wrap this so an end User can do it. I
therefore
need to provide a script or Windows Console that will let a series of
file
names be specified (I think a textfile with a list of file names would be
cool), with options and outputs etc.
Before I go and write this, I was wondering of anyone has such a tool
they'd
be prepared to share?
Alternatively, if I produce it, would anybody like a copy :-)?
Pete
--
"I used to write COBOL...now I can do anything."
'make' works for MS Windows version of Fujitsu 6. It should be OK with
7. In fact the project generates a makefile and then runs this. You
should be able to pick this out and construct your own makefile. The
advantage is that it will work out dependencies and compile whatever
is needed.
There won't be any dependencies between these modules, and my initial
thought was to simply compile and link them, producing a series of .EXEs
I never thought about using MAKE. It might be possible to combine each batch
of these programs into a single Library, and that would have a number of
advantages later in the process (Not to mention packaging).
I'll think about doing something with MAKE.
Cheers,
Pete.
--
"I used to write COBOL...now I can do anything."
.
- Follow-Ups:
- Re: Batch compiling Fujitsu COBOL
- From: tleaders...gmail.com
- Re: Batch compiling Fujitsu COBOL
- References:
- Batch compiling Fujitsu COBOL
- From: Pete Dashwood
- Re: Batch compiling Fujitsu COBOL
- From: Richard
- Batch compiling Fujitsu COBOL
- Prev by Date: Re: Batch compiling Fujitsu COBOL
- Next by Date: Re: Question regarding uniqueness
- Previous by thread: Re: Batch compiling Fujitsu COBOL
- Next by thread: Re: Batch compiling Fujitsu COBOL
- Index(es):
Relevant Pages
|