since it seems I cannot submit the full code, I copied the portion with the error below. Does this help? 262
263 %* include main macro;
264 %INCLUDE IN0(V2424P1M)/SOURCE2;
WARNING: Physical file does not exist, /home/u886104/RiskAdjustment/programs/V2424P1M.sas.
ERROR: Cannot %INCLUDE member V2424P1M in the aggregate IN0.
265
266 %V2424P1M(INP =IN1.PERSON,
_
180
WARNING: Apparent invocation of macro V2424P1M not resolved.
ERROR 180-322: Statement is not valid or it is used out of proper order.
267 IND =IN2.DIAG,
268 OUTDATA =OUT.PERSON,
269 IDVAR =MBI,
270 KEEPVAR =MBI &INPUTVARS &SCOREVARS &DEMVARS
271 &HCCV24_list86 &CCV24_list86,
272 SEDITS =1,
273 DATE_ASOF="1FEB2024"D);
274
275 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
285
... View more