L1R2: One Box Left and Two Boxes Right

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 L1R2 des= "1 BOX LEFT, 2 BOXES RIGHT"
        1/llx=0   lly=0
          ulx=0   uly=100
          urx=50 ury=100
          lrx=50 lry=0
          color=black
        2/llx=50  lly=50
          ulx=50  uly=100
          urx=100  ury=100
          lrx=100  lry=50
          color=black
       3/llx=50  lly=0
          ulx=50   uly=50
          urx=100 ury=50
          lrx=100 lry=00
          color=black;
quit;