BookmarkSubscribeRSS Feed
tc
Lapis Lazuli | Level 10 tc
Lapis Lazuli | Level 10

MemorialDay2023.png

 

* Memorial Day 2023 Image;

data crosses;
do x = -1.44 to 15 by 1.2;
  do y=1.8 to 9.8;
    x1=x-(y-1)/3; x2=x-(y-1)/3; y1=y-1; y2=y-0; output;
    x1=x-(y-1)/3-.3; x2=x-(y-1)/3+.3; y1=y-1/3; y2=y-1/3; output;
  end;
end;

ods graphics / antialias width=5in height=5in;
proc sgplot aspect=1 nowall noborder pad=0;
styleattrs backcolor=cx486f38;
inset "REMEMBER" / position=bottom textattrs=(weight=bold color=white size=14pt);
vector x=x1 y=y1 /  xorigin=x2 yorigin=y2 noarrowheads lineattrs=(thickness=5.5pt color=white);
xaxis display=none offsetmin=0 offsetmax=0 values=(1 to 10 by 1); 
yaxis display=none offsetmin=.1 offsetmax=0 values=(1 to 10 by 1);
run;

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 0 replies
  • 315 views
  • 3 likes
  • 1 in conversation