LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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)
Comments: To: Santosh Kandi <skandi@ti.com>
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 >


Back to: Top of message | Previous page | Main SAS-L page