Date: Thu, 26 Mar 2009 22:13:50 -0500
Reply-To: "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Subject: Re: Converting Date Time format (MVS SAS)
In-Reply-To: <200903270252.n2QJMSSk024250@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1
Look in the docs for the FILE statement options DSD and DLM='05'x.
Should help you produce the desired output.
On 3/26/09, Santosh Kandi <skandi@ti.com> wrote:
> Thanks all for your help.
>
> One more question..how can I introduce a TAB spacing between 2 output
> variables.
>
> I tried the following:
> A=10
> B=20
> TAB='05'X
> PUT A TAB B;
>
> The above is creating : 10 '05'X 20
>
> I dont want the blank space before and after '05'X.
>
>
> Thanks in Advance.
> Santosh
>
|