BookmarkSubscribeRSS Feed
Vivekkaushal
Calcite | Level 5

I have excel data in the given format. What code do I write to make it a singe table with Agent id as one of the fields. Attached file to show desired format

 

Agent 1   
    
NameTotal  CallsTotal HrsAWT
    
    
    
Agent 2   
    
NameTotal  CallsTotal HrsAWT
    
    
    
    
    
    
    
Agent 3   
    
NameTotal  CallsTotal HrsAWT
    
1 REPLY 1
Reeza
Super User

Look at the RANGE option in PROC IMPORT. 

Are the ranges a consistent size, ie always 3 rows?

 


@Vivekkaushal wrote:

I have excel data in the given format. What code do I write to make it a singe table with Agent id as one of the fields. Attached file to show desired format

 

Agent 1      
       
Name Total  Calls Total Hrs AWT
       
       
       
Agent 2      
       
Name Total  Calls Total Hrs AWT
       
       
       
       
       
       
       
Agent 3      
       
Name Total  Calls Total Hrs AWT
       

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1051 views
  • 0 likes
  • 2 in conversation