gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] line sequential and string.


From: Brian Tiffin
Subject: Re: [open-cobol-list] line sequential and string.
Date: Sat, 21 Mar 2009 17:42:17 -0400
User-agent: KMail/1.9.9

No I was wrong Bill;  I quickly wrote
RECORD SIZE IS VARYING not the correct RECORD IS VARYING IN SIZE

My bad.

Cheers,
Brian

On March 21, 2009 01:04:39 pm Bill Klein wrote:
> What book are you using?
>   Record Varying in Size
>
> is ABSOLUTELY the correct syntax in any '85 Stand conforming compiler.
>
> The "in size" is OPTIONAL wording, but MUST be supported by a conforming
> compiler.
>
> Now, the OCCURS clause is different; but for the RECORD clause "in size"
> must be supported.
>
> > -----Original Message-----
> > From: John Culleton [mailto:address@hidden
> > Sent: Saturday, March 21, 2009 10:06 AM
> > To: address@hidden
> > Cc: Bill Klein
> > Subject: Re: [open-cobol-list] line sequential and string.
> >
> > On Tuesday 03 March 2009 11:22:09 am Bill Klein wrote:
> > > My personal recommendation is that any time that you use
> > > RECORD DEPENDING ON in an FD, that you ALSO use the
> > > "corresponding" OCCURS DEPENDING ON in the subodirnate
> > > record, e.g.
> > >
> > > FD somelineseq
> > >
> > > >    RECORD SIZE IS VARYING
> >
> > This is has an error.
> >            RECORD IS VARYING
> > compiles. The word SIZE is not correct according to
> > my book.
> >
> > Continuing on.....
> >
> >
> > --
> > John Culleton
> > Able Indexers and Typesetters
> > http://wexfordpress.com
> >
> > --------------------------------------------------------------
> > ----------------
> > Apps built with the Adobe(R) Flex(R) framework and Flex
> > Builder(TM) are
> > powering Web 2.0 with engaging, cross-platform capabilities.
> > Quickly and
> > easily build your RIAs with Flex Builder, the
> > Eclipse(TM)based development
> > software that enables intelligent coding and step-through debugging.
> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> > _______________________________________________
> > open-cobol-list mailing list
> > address@hidden
> > https://lists.sourceforge.net/lists/listinfo/open-cobol-list
>
> ---------------------------------------------------------------------------
>--- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> open-cobol-list mailing list
> address@hidden
> https://lists.sourceforge.net/lists/listinfo/open-cobol-list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]