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 |
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
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.
Ready to level-up your skills? Choose your own adventure.