I have a SAS dataset, in which I have variables in the following order
Customer_Name
Quantity_Sold
Total_Retail_Price
Product_Name
Supplier
Now, I want to create a new dataset based on this existing dataset but in the new dataset I want variable arrangement in the following order
Customer_Name
Supplier
Product_Name
Quantity_Sold
Total_Retail_Price
Can anyone help me to solve this problem
Thanks in Advance