< 49 %LET EMAIL_TOLIST= 'abc-abc@*****.com'; 50 2 The SAS System 13:37 Wednesday, April 1, 2020 51 52 53 options emailsys=smtp emailhost=intmail.*****.net emailport=25; 54 filename mymail email &EMAIL_TOLIST 55 56 type='text/html' NOTE: Line generated by the macro variable "EMAIL_TOLIST". 56 'abc-abc@*****.com' _______________________________ 23 ERROR 23-2: Invalid option name 'abc-abc@*****.com'. 57 subject='Test'; ERROR: Error in the FILENAME statement. />
... View more