Click here to see the SAS code.
Click here to see the example.

In this example, I use 'proc gprint' to convert a bunch of text
(which happens to look a lot like a smiley face) into a graphic
image, and then I put those images together (using dev=gifanim
and some custom html I write using 'put' statements) to create
a gif animation that alternates between a smiley face, and 
a smiley face with it's tongue sticking out.

:b

Back to Samples Index