In the data for 10000 item_ids, the item description is given so how to count the frequency of individual word in the item description column, for a particular item_id, where the item_id are repeating, using SAS (without using array).
Goal is to identify the keywords for a particular item_id.
Arrays are used to read across multiple columns, so aren't of any particular use here. This does sound a bit like a homework question and you should really show some attempt that you've made. However, this is not an easy problem to solve, so I will post a solution.
My thoughts on how to approach this are :
I've hopefully commented the code below sufficiently for you to follow what's going on, if not then look up the particular function or statement online.