Hi everybody, I never learned SAS and I need an help to write my code. I have one table structured in this way: DATE HOUR ROME MILAN NAPLES 28/08/21 1 45 32 28 28/08/21 2 37 22 25 28/08/21 3 33 26 27 from this table I need to create a txt files with this output: 28/08/21 1 ROME 45 28/08/21 2 ROME 37 28/08/21 3 ROME 33 28/08/21 1 MILAN 32 28/08/21 2 MILAN 22 28/08/21 3 MILAN 26 28/08/21 1 NAPLES 28 28/08/21 2 NAPLES 25 28/08/21 3 NAPLES 27 can someone hel me to this piece of code? Thanks in advance
... View more