Hi,
I'm importing some txt(utf-8 encoded) table to my SEG automatically using import data in the file menu, I chose to embed the code and when i created the a new program to copy those codes they are highlighted in yellow, is there any way to remove that highlight ?
Thanks in advance
PPS don't use name literals; use valid SAS names, and put those fancy descriptions in labels, where they belong.
Once you issue the DATALINES4 statement, everything following will be considered as data (not code) until a line with 4 consecutive semicolons is encountered. The datalines are highlighted in yellow.
PS a DATALINES statement is always the final statement of a data step, it constitutes a step boundary, so no RUN is needed. The data step starts to run as soon as the finishing semicolon (DATALINES) or 4 semicolons (DATALINES4) is/are encountered.
PPS don't use name literals; use valid SAS names, and put those fancy descriptions in labels, where they belong.
I am so sorry to bother you, i found out that when i import the dataset i don't have to click on embed code, just on finish and then i have my dataset and the code anyway.
Thanjs for all the explanations
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.