An even better solution is to set up your SAS program so it either defaults to the system date, or reads in a job run date as an environment variable (see the SAS SYSGET function for details of how to do this). That way no code change is required to run your program for a different date, just specify it in the environment variable.
... View more