|
From: David E. <de...@us...> - 2005-08-06 00:24:41
|
John R. Culleton wrote:
> ...
>> The short answer is YES, that is all you need.
>> Once copy of the run-time config file 'htrtconf' placed
>> in the default install location.
>
> OK and get that do I use PCAX? Or what?
Yes, you can use PCAX or PCAL.
FYI, what does 'PCAL' mean ?
P - pre-process the COBOL source
C - convert the COBOL source into assembler
A - compile the assembler code into object code
L - link the object code to create an executable
Hint:
To see all the steps use the verbose ('-v') command line option.
> Sorry to be such a bore but this option business
> is confusing.
The compiler options are basically user defined defaults, most of which
can be overidden by the command line options.
|