Hello all,
am looking for a solution with a text in the column of a table
Question 1 :
Input : "vg_PCI_Car"", ""vg_PCI_CivilLiability"", ""vg_PCI_Fire"
output: "vg_PCI_Car", "vg_PCI_CivilLiability", "vg_PCI_Fire"
Question 2 :
Input : vg_PCI_Car", "vg_PCI_CivilLiability", "vg_PCI_Fire
output: vg_PCI_Car_vg_PCI_CivilLiability_vg_PCI_Fire"
Use the TRANSTRN function
Use single quotes to enclose target and replacement strings containing double quotes : '"",""'
Use the TRANSTRN function
Use single quotes to enclose target and replacement strings containing double quotes : '"",""'
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.