BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
RADAGBE9
Fluorite | Level 6

I have the following dataset:

data Have;
input date mmddyy10. c1$ c2$ c3$ c4 c5;
format date mmddyy10.;
cards;
01/02/2019 A B C 4 5
01/03/2019 4 5 6 7 8
01/04/2019 3 6 7 8 1
;run;

I want to add a new character column which concatenates column1, column2 & Column3 as:
01/02/2019AB
01/03/201945
01/04/201936

 

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 3856 views
  • 1 like
  • 2 in conversation