Leonard S. Berkowitz wrote:
> This error is caused by an object file that is too small. How can I
> override the file equation that is in the COB85XL.PUB.SYS command file,
> without modifying that file. Any file equation I set before executing the
> compile, is reset by the command file. Yes, I can set file equations and
> RUN COBOL etc. explicitly, but the folks here rely on the command files in
> PUB.SYS. And what is the default size for COBOBJ? 10,000?
>
>  18511  Bk-end  80    384    Q    Codegen detected error (7204) error in
> writing

Instead of increasing the size of object file, which by default is almost a
megabyte, perhaps you should think about breaking up the COBOL source into
more manageable chunks.  That compile listing would be over 300 pages if you
printed it out.  I'd hate to be the one working on that program.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *