Date: Tue, 21 Jul 1998 00:01:17 -0500
Reply-To: Rob Rohrbough <rob@ROHRBOUGH-SYSTEMS.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Rob Rohrbough <rob@ROHRBOUGH-SYSTEMS.COM>
Organization: Rohrbough Systems Design, Inc.
Subject: Re: PUT Statement in the DATA Step
Content-Type: multipart/mixed;
I believe it is something like: +(-1)
See SAS Language Reference, p. 468, Example 2.
HTH,
Rob
Jensenk wrote:
>Does anyone know how to tell SAS not to put spaces between the variables when
>using the PUT statement? For example, if I have the following code:
>
>Data tmp;
> k1='they are all here';
> k2='until they are there';
> k3=23;
> k5=54;
> put k1 k2 k3 k5;
>
>run;
>
>The LOG screen has the following:
>
>they are all here until they are there 23 54
>
>What I want is the following:
>
>they are all hereuntil they are there2354
[text/x-vcard]
begin: vcard
fn: Rob Rohrbough
n: Rohrbough;Rob
org: Rohrbough Systems Design, Inc.
adr: ;;;Omaha;NE;;USA
email;internet: rob@rohrbough-systems.com
title: Consultant
note: A SAS(R) Institute Quality Partner
x-mozilla-cpt: ;0
x-mozilla-html: FALSE
version: 2.1
end: vcard
|