I am working with a gigantic database and SAS wont let me alter the queries without first running the entire SAS file and calculating everything which takes eternities.
Is there a way of running SAS in a way I can alter the queries and run them without really computing them. In a way what I mean is if there is a way that a query can create a dummy empty table so I can alter further queries, so that I only have to run the project at the end of my changes.