Re: cobol array editing output
From: Judson McClendon (judmc_at_sunvaley0.com)
Date: 12/07/03
- Next message: JerryMouse: "Re: Dynamically Calling PKZIP"
- Previous message: Judson McClendon: "Re: cobol array editing output"
- In reply to: Donald Tees: "Re: cobol array editing output"
- Next in thread: Donald Tees: "Re: cobol array editing output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 7 Dec 2003 07:23:38 -0600
"Donald Tees" <donald_tees@nospam.sympatico.ca> wrote:
> JerryMouse wrote:
> > Donald Tees wrote:
> >>
> >>Since that goes to the console, which scrolls and wraps, it is
> >>actually a double blank ... in effect will clear a fifty line console.
> >>DISPLAY " " in the loop (or making the variable X(1)) will clear a 25
> >>line console. "DISPLAY SPACE AT LINE 1 COLUMN 1" will clear a screen.
> >
> > Ooo, right. Corrected code below:
> >
> > PERFORM 12.5 TIMES
> > DISPLAY BLANK-LINE
> > END-PERFORM.
>
> That should do it,but you forgot the sign <G>
ROTFL!
-- 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."
- Next message: JerryMouse: "Re: Dynamically Calling PKZIP"
- Previous message: Judson McClendon: "Re: cobol array editing output"
- In reply to: Donald Tees: "Re: cobol array editing output"
- Next in thread: Donald Tees: "Re: cobol array editing output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|