BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
skavli
Calcite | Level 5

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 Capture.PNG

1 ACCEPTED SOLUTION
4 REPLIES 4
Kurt_Bremser
Super User

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.

Kurt_Bremser
Super User

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.

skavli
Calcite | Level 5

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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 885 views
  • 0 likes
  • 2 in conversation