Hello guys. I am working on sas Stored process. where i need to process multiple values from single prompt. For example, prompt name = Brand. after selecting multiple values (for now assume 4 values)it auto creates variables &Brand_count, &Brand1,&Brand2,&Brand3,&Brand4. so to use these prompt values I implement these prompts (&Brand1,&Brand2,&Brand3,&Brand4) in code. The code runs nicely if I give exactly 4 values, but after passing values more or less than 4 (let's say 3 or 5 values) then it gives error. If someone facing the same issue or have solution .please help me. i am working on SAS enterprise guide 7.1 Thanks...
... View more