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

Dear list,

 

(apologies for posting in an inappropriate box, could not find a better one)

 

I use the Program Window of SAS Enterprise Guide 7.1. When double-clicking on a word it turns green and shows all other occurences of the same word.

 

Strange thing is: when this word is on the second line from the bottom of my script, the bottom line disappears. Only to reappear when clicking somewhere else or typing over the selected (green) word.

 

When I add an extra line at the end (if only empty) this problem no longer occurs.

 

Is this a bug or a feature (and what is the feature?)

 

Thanks for your reply,

Eric

1 ACCEPTED SOLUTION
6 REPLIES 6
Kurt_Bremser
Super User

Which EG version are you using?

I cannot replicate such behaviour (EG 7.15).

Nothing disappears when I double click on "test" anywhere in this code:

data test;
set test;
run;

proc print data=test noobs;
run;
EH
Obsidian | Level 7 EH
Obsidian | Level 7

Hello Kurt,

 

Yes it is not in all cases. I tried your sample code and no problem then.

I use EG 7.15 HF3.

 

I have this macro call where it occurs (dclick outdset), but I don't know what the trigger is (bracket, indention, comma?)

 

Thanks for your help sofar!

 

Eric

 

%means2dset(data   = indset
          , out    = outdset
          , xl     = 1);
EH
Obsidian | Level 7 EH
Obsidian | Level 7
Thanks, I will!
Kurt_Bremser
Super User

Having several EG versions at my disposal, I could verify that this is specific to 7.15 (and probably other 7.x versions).

6.1 and 4.3 do not show this behaviour.

EH
Obsidian | Level 7 EH
Obsidian | Level 7

NB

 

I tried the same when adding the word in the last line and double-cliking it there. Immediately Enterprise Guide crashed.

 

Don't try this at home 🙂

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!

How to Concatenate Values

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.

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
  • 6 replies
  • 1007 views
  • 0 likes
  • 2 in conversation