Hi All, I am rather new to SAS but I have been reading here for a while. At the moment I am facing a problem: I want to create a line diagramm with multiple lines in SAS. My SAS dataset looks like this: City Time Intervall Degree of fulfilment Score A Jan. 16 20.01% 10 A Feb 16 24.00% 10 A Mrz 16 28.00% 10 A Apr 16 26.10% 10 A Mai 16 25.20% 10 A Jun 16 28.50% 10 B Jan. 16 25.00% 8 B Feb 16 25.00% 8 B Mrz 16 25.53% 8 B Apr 16 27.00% 8 B Mai 16 30.43% 8 B Jun 16 31.32% 8 C Jan. 16 18.40% 9 C Feb 16 19.00% 9 C Mrz 16 20.56% 9 C Apr 16 20.10% 9 C Mai 16 22.00% 9 C Jun 16 25.78% 9 D Jan. 16 26.35% 12 D Feb 16 25.00% 12 D Mrz 16 27.40% 12 D Apr 16 28.50% 12 D Mai 16 28.90% 12 D Jun 16 31.31% 12 On the x axis there shouid be the time intervall and on the y axis the degreee of fulfilment (0 - 100%). I dont need the variable score. I want to have the different cities as lines in my diagram but this seems to be rather complicated in SAS. Does anyone have an idea how to do this? Thanks in advance!
... View more