U1D2: One Box Up and Two Boxes Down

Start the GREPLAY procedure in line mode. The TC statement specifies the catalog where the template is stored. The TDEF statement defines the name and description of each catalog entry.
proc greplay tc=tempcat
             nofs;
   tdef U1D2 des= "1 BOX UP, 1 BOX  DOWN"
        1/llx=0   lly=50
          ulx=0   uly=100
          urx=100  ury=100
          lrx=100  lry=50
          color=black
        2/llx=0  lly=0
          ulx=0  uly=50
          urx=50 ury=50
          lrx=50 lry=0
          color=black
       3/llx=50  lly=0
          ulx=50  uly=50
          urx=100 ury=50
          lrx=100 lry=00
          color=black;
quit;