BookmarkSubscribeRSS Feed
ren2010
Obsidian | Level 7
Hi,

I am trying to APPEND two datasets,say A(this is Base) and B
In dataset A i have a variable empid length 5 and format 12
In dataset B i have a variable empid length 5 and format 20

When i tried to append the B to A,i got a warning that the Format of ID in base and DATA dataset is different,how can i change th format of empid in datset B,so that i can append without any warnings.

You help will be appreciated.

Thanks,
Ren
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
You can use a FORMAT statement in a DATA step, for one approach.

Scott Barry
SBBWorks, Inc.

Suggested Google advanced search argument:

change output format sas variable site:sas.com
ren2010
Obsidian | Level 7
Thanks
data_null__
Jade | Level 19
Why not just use a format statement with PROC APPEND.
[pre]
format _all_;
[/pre]
to cover all bases so to speak.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 746 views
  • 0 likes
  • 3 in conversation