I don't use CALIS myself, but is it an interactive procedure? This sounds like an issue that can occur when you put the ODS statement OUTSIDE of an interactive procedure. For the issue I am thinking of, see the article
"Point/Counterpoint: Where should you put ODS SELECT and ODS OUTPUT statements?"
Try putting the ODS OUTPUT statement after the PROC CALIS statement in both calls. It won't hurt and it is a good programming practice to adopt.
... View more