Hi,
In my input record there is a field with email id, I want to read and generate out put with double quotation marks... Please find the below example how am I expecting the output record.
example: "adcde@yahoo.com"
Can any one advise and provide me the code.
Thanks,
Cherry.
Sorry, where is the data? Post some code. If its just creating a variable with that data then:
var='"abcde@yahoo.com"';
I.e. put single quote then double quote, and end with double quote then single quote. Or use the quote() function.
Define "output".
Output to an external file, or printing a report?
printing report
Yes, so single quotes around double, or use quote().
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.