%generateOptionTag (data>=productList
                  ,var=product
                  ,otherOptions=multiple size=&sqlobs)

The generateOptionTag macro is used to create a select tag that contains a choice for each row in the specified data set. Note that &sqlobs is available from the DOSUBL call to the getDistinct macro and is used to customize the size of the select tag.

Return