SAS:错误 180-322 但它不是分号
SAS: ERROR 180-322 but it's not semicolon
我遇到了一个错误,我不知道为什么。我一直在检查丢失的分号,但找不到任何丢失的分号。我也在复制粘贴工作宏中的所有内容。
我遇到错误:
WARNING: Apparent invocation of macro TERMIANL_RET_SCORES not resolved.
SYMBOLGEN: DATE_CALC resolved to 202011
MPRINT(GATHERSCORES): %termianl_ret_scores(date_calc = 202011, add_months = -6, how_many = 9);
NOTE: Line generated by the invoked macro "GATHERSCORES".
1540 %termianl_ret_scores(date_calc = &date_calc, add_months = -6, how_many = 9);
_
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
MPRINT(GATHER): ;
警告:宏 TERMIANL_RET_SCORES 的明显调用未解决。
我先想办法解决这个问题。您是否拼写了 TERMINAL 错误?还是编译失败?
自上而下修复错误和警告。
我遇到了一个错误,我不知道为什么。我一直在检查丢失的分号,但找不到任何丢失的分号。我也在复制粘贴工作宏中的所有内容。
我遇到错误:
WARNING: Apparent invocation of macro TERMIANL_RET_SCORES not resolved.
SYMBOLGEN: DATE_CALC resolved to 202011
MPRINT(GATHERSCORES): %termianl_ret_scores(date_calc = 202011, add_months = -6, how_many = 9);
NOTE: Line generated by the invoked macro "GATHERSCORES".
1540 %termianl_ret_scores(date_calc = &date_calc, add_months = -6, how_many = 9);
_
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
MPRINT(GATHER): ;
警告:宏 TERMIANL_RET_SCORES 的明显调用未解决。
我先想办法解决这个问题。您是否拼写了 TERMINAL 错误?还是编译失败?
自上而下修复错误和警告。