BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Bal23
Lapis Lazuli | Level 10
create dida from data6[colname='difference'  COLNAME=
'lower'  COLNAME=
 'Upper'];


	append from data6; 
	close dida;

proc print data=dida; 
run;

I want to have three column names for this dataset, dida, but I only have the first column name right, other two keep as

COL2 COL3.

would anybody teach me how to fix it? Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ
create dida from data6[colname={'difference' 'lower' 'Upper'}];

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ
create dida from data6[colname={'difference' 'lower' 'Upper'}];

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 1241 views
  • 1 like
  • 2 in conversation