How to fill a parameter with data values at run time ?????
I want to prompt user with two parameters, the first parameter(Region) is of the type string and is displayed as a list of values (loaded from SAS data set ) containing regions. the second parameter(City) also of type string . the issue is that when I select a region from the list I want the city list to load only those cities belong to the selected region.