Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to create a Cobol flatfile in sqlplus

Re: How to create a Cobol flatfile in sqlplus

From: Manfred Friedrich <mfriedrich_at_excite.com>
Date: 2000/06/24
Message-ID: <3954F66D.4EE9FE03@excite.com>#1/1

Michael Bialik wrote:
>
> Hi.
>
> Try
> SELECT RPAD(T,5) || II || I FROM mstest;
>
> HTH. Michael
>
> In article <3954CAF3.DA5D65C1_at_excite.com>,
> Manfred Friedrich <mfriedrich_at_excite.com> wrote:
> > I would like to create a flatfile out of sqlplus
> > from the following table:

...

Thanks, Michael.

I tried it, and the result is

M 7000,7749
K 17000,1759

Is the column statment ignored in this case?

Manfred Received on Sat Jun 24 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US