Re: cobol array editing output

From: Judson McClendon (judmc_at_sunvaley0.com)
Date: 12/11/03


Date: Thu, 11 Dec 2003 07:02:26 -0600


"Chuck Stevens" <charles.stevens@unisys.com> wrote:
>
> Index data items -- i.e., items declared USAGE IS INDEX -- are of limited
> utility, IMHO.

Yes, and even dangerous. Much better to declare additional indexes to
the same table.

-- 
Judson McClendon      judmc@sunvaley0.com (remove zero)
Sun Valley Systems     http://sunvaley.com
"For God so loved the world that He gave His only begotten Son, that
whoever believes in Him should not perish but have everlasting life."


Relevant Pages

  • Re: coding problem using salford FTN95
    ... values less than zero make no physical sense here. ... the code does not declare the types of any of its variables. ... the compilers implicit typing so that you will get an error message ... The program statement is supposed to ...
    (comp.lang.fortran)
  • Re: Base
    ... Moreover, if you only want to worry about typical machines, then the values ... but that would fail if the range of G_Int didn't include zero. ... Slightly less sloppy programmers would declare the counter as having the ...
    (comp.lang.ada)
  • Re: Numeric rounding not working?
    ... The data type decimal holds zero digits after the decimal point, ... declare @lat1 as float ...
    (microsoft.public.sqlserver.programming)
  • Re: Mainframes requirement
    ... there is no actual 'force' involved, merely inertia. ... Judson McClendon ju...@xxxxxxxxxxxxx (remove zero) ... Sun Valley Systems http://sunvaley.com ...
    (comp.lang.cobol)
  • Re: Reading Binary Files: Best Practices?
    ... | If the sign-bit is zero, ... Here is general code from Pascal Bourguignon ... (declare (integer x width)) ...
    (comp.lang.lisp)