What other variables are in your dataset? Should they be missing or with any initial value?
Please post an sample of your dataset.
Why do you want the IDs to be in 11 observations ? what is the logic or needs?
One way to do it is to select distinct IDs, replicate them to have 11 times each and then
remerge them with your dataset by ID and maybe some other variable (like a date).