Hi @Dimi,
If you want only one of the interaction terms to have a nonzero estimate, just reorder the effects in your model statement, so that main effects are prioritized:
model result = arm_studyall visit_m arm_studyall*visit_m /solution;
... View more