prino Warnings : 1 Senior Member

Joined: 07 Feb 2009 Posts: 1245 Location: Vilnius, Lithuania
|
|
|
|
You're doing everything according to the Language Reference, so I'm puzzled. Try bringing both the caller and callee down to the minimum, by using, if your version of the compiler already supports it,
or,
Code: |
%if 1 = 2 %then %do;
%end; |
if it doesn't, to comment out everything except the PLIRETC/V statements in either. |
|