Data ConcreteAggregatePaving;
set dtdb2cms.T_MSIDR;
where SIDR_MTRL_CODE eq (001230117,001240117,001030016,
00103116,001040016,001050016,001050028);
Keep SIDR_SMPL_ID SIDR_MTRL_CODE;
rename SIDR_SMPL_ID=SampleID SIDR_MTRL_CODE=MaterialCode;
run;
ERROR 22-322: Syntax error, expecting one of the following: !, !!, &, ), *, **, +, -, /, <, <=,
<>, =, >, >=, ?, AND, BETWEEN, CONTAINS, EQ, GE, GT, IN, IS, LE, LIKE, LT, NE,
NOT, NOTIN, OR, ^, ^=, |, ||, ~, ~=.
ERROR 76-322: Syntax error, statement will be ignored.
The first section is what I have entered in my program and the second is the error I am getting in my log. How do I fix this?
set dtdb2cms.T_MSIDR;
where SIDR_MTRL_CODE eq (001230117,001240117,001030016,
00103116,001040016,001050016,001050028);
Keep SIDR_SMPL_ID SIDR_MTRL_CODE;
rename SIDR_SMPL_ID=SampleID SIDR_MTRL_CODE=MaterialCode;
run;
ERROR 22-322: Syntax error, expecting one of the following: !, !!, &, ), *, **, +, -, /, <, <=,
<>, =, >, >=, ?, AND, BETWEEN, CONTAINS, EQ, GE, GT, IN, IS, LE, LIKE, LT, NE,
NOT, NOTIN, OR, ^, ^=, |, ||, ~, ~=.
ERROR 76-322: Syntax error, statement will be ignored.
The first section is what I have entered in my program and the second is the error I am getting in my log. How do I fix this?