Re: Problem With Cobol Report Writer
- From: "Richard" <riplin@xxxxxxxxxxxx>
- Date: 16 Apr 2005 11:38:19 -0700
> Sure, with COBOL-85 a GOTO isn't necessary anymore at all, but I
> stick to the rule, and recommend it to everybody else. All other
> DIVISIONs, except the ultra-short IDENTIFICATION DIVISION are divided
> in SECTIONS, so the PROCEDURE DIVISION should follow the pattern.
It may well be that the PROCEDURE DIVISION should be divided up into
SECTIONs. In fact I used to do that for the purpose of using
'priorities' in order to overlay the program into the memory space
available to me.
But it doesn't follow, as you seem to claim, that these SECTIONs should
therefore be what the PERFORMs target. After all one doesn't INITIALISE
WORKING-STORAGE as a SECTION.
.
- Follow-Ups:
- Re: Problem With Cobol Report Writer
- From: Lueko Willms
- Re: Problem With Cobol Report Writer
- References:
- Problem With Cobol Report Writer
- From: Tracy
- Re: Problem With Cobol Report Writer
- From: HeyBub
- Re: Problem With Cobol Report Writer
- From: Pete Dashwood
- Re: Problem With Cobol Report Writer
- From: Lueko Willms
- Problem With Cobol Report Writer
- Prev by Date: Re: The Irish Problem
- Next by Date: Re: convert packed CHAR to unpacked DIGIT
- Previous by thread: Re: Problem With Cobol Report Writer
- Next by thread: Re: Problem With Cobol Report Writer
- Index(es):
Relevant Pages
|