HP3000-L Archives

November 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Stigers, Greg [And]" <[log in to unmask]>
Reply To:
Stigers, Greg [And]
Date:
Thu, 12 Nov 1998 17:22:54 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
X-no-Archive:yes
Best in what sense of the word? Most easily recognized and maintained, or
easiest to code, or most performant, or...

I'm kind of partial to
       ENVIRONMENT DIVISION.
       CONFIGURATION SECTION.
       SPECIAL-NAMES.
           SYMBOLIC CHARACTERS TAB IS 10.
Then use TAB just as you would SPACE, in your VALUE clause (preferred) or
STRING statements. But I worry about portability, and
I get the impression that that is not everyone's biggest concern. Why would
we want to port FROM the 3000? Unless it is to show how slowly something can
run elsewhere...

> -----Original Message-----
> From: Jim Gilbert [SMTP:[log in to unmask]]
> Sent: Thursday, November 12, 1998 1:34 PM
> To:   [log in to unmask]
> Subject:      Tabs in COBOL output
>
> Hey gang, I need to create a tab-delimited output file in a cobol program.
>
> What's the best way to get the tab characters in my output line?
>
> TIA,
> Jim

ATOM RSS1 RSS2