is it possible to have a parameter like randP(j) such that ,5 element of randP select randomly then these elements fill with random-int , and other elements have value 0.
set j/1*50/;
parameter randP(j);
*select 5 elements (5 location j) randomly
*fill 5 locations by random integer value
*fill other locations by 0