I am new to SAS and to SAS Data Step. I want to know how I can update a Variable V1 in a Data Set A with the Value "Yes" whenever there is a match with Data Set B having a common Variable V2 between the 2 data sets?
I read about Merge and Update, but I don't see how it can benefit my specific query as I am looking to enter a Constant String value in a Variable when ever there is a match in Values between 2 tables.