Re: Layout Hell.

From: Richard (riplin_at_Azonic.co.nz)
Date: 07/16/04

  • Next message: Frederico Fonseca: "Re: Cobol Linear search Vs Perfrom Until"
    Date: 16 Jul 2004 12:06:41 -0700
    
    

    "JerryMouse" <nospam@bisusa.com> wrote

    > > I see that all the 10s are repeated as 77s as PIC S9(4)
    > > why?
    >
    > They are not repeated. They have different names. You'll have to ask the
    > original programmer why, but I suspect it's for temporary storage of the
    > previous record.

    All the following 77s are named POS.. and are 4 digit numbers. They
    are probably POSitions. Either set to being the offsets in the
    record, or screen I/O positions, or something.


  • Next message: Frederico Fonseca: "Re: Cobol Linear search Vs Perfrom Until"