Example: tourism industry
Search results with tag "Better way to flip"
538-2013: A Better Way to Flip (Transpose) a SAS® Data Set
support.sas.com6 Why were three steps needed? PROC TRANSPOSE was designed to either make a long file wide, or a wide file long. That is, either put all of the variables on one record for each by variable, or create one record for every combination of the by variable, the id variable, any variables to be copied, and only one of the to-be-transposed var variable’s values.