Hi there,
I was wondering if it's possible to go back to the original listing of a dataset after using the -sort- command.
For example:
When you first open the dataset and browse, image 1 displays the first 5 observations. After using the command -sort price-, the first 5 observations become those depicted in image 2. My question is if there is a command that brings you back to image 1 after using that sort command. Or should I just run my do-file again, use preserve and restore or anything of that sort?
Thank you in advance (:
Image 1

Image 2

I was wondering if it's possible to go back to the original listing of a dataset after using the -sort- command.
For example:
Code:
clear all webuse fullauto sort price
When you first open the dataset and browse, image 1 displays the first 5 observations. After using the command -sort price-, the first 5 observations become those depicted in image 2. My question is if there is a command that brings you back to image 1 after using that sort command. Or should I just run my do-file again, use preserve and restore or anything of that sort?
Thank you in advance (:
Image 1
Image 2
Comment