Hi All,
are there differences between string and list in SAS?
if I want to make a list from strings, what should I do?
Thanks in advance.
"are there differences between string and list in SAS"
SAS doesn't really have a concept of lists and there aren't any abstract data types.
"if I want to make a list from strings, what should I do?"
See above. There are no lists but there are always ways to get to the result you need. What is it that you need to achieve?
@echo777 wrote:
Hi All,
are there differences between string and list in SAS?
if I want to make a list from strings, what should I do?
Thanks in advance.
An explicit example of what your are attempting would likely be a good idea.
The only LIST called such I have encountered with SAS is in the SAS/AF and FSP modules used with the Screen Control Language subsystem to hold things like drop down list, radio button or option button options or selections.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.