Hi, Whilst I don't use that toolkit, I could it be that you have a semi colon in the wrong place: ODM ODMVERSION="1.2" ODMMAXIMUMOIDLENGTH=20 ODMMINIMUMKEYSET=NO USENAMEASLABEL=YES; /* Here, is this semicolon valid? */ CLINICALDATA OUT=OUT.&DSET SASDATASETNAME="&DSET" SITEREF=YES If the above is ok, what does &DSET resolve to, do you have missing, or special characters? options mlogic symbolgen mprint; then check that. Also, I would as best practice, always put a full stop after the macro variable to ensure the compiler does not guess where the macro variable ends.
... View more