Previous Page | Next Page

GREPLAY Procedure Template Code

V3S: Three Boxes Vertically with Space

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 V3S des="3 BOXES VERTICALLY (WITH SPACE)"
        1/llx=0   lly=70
          ulx=0   uly=100
          urx=100 ury=100
          lrx=70  lry=0
          color=black
        2/llx=00  lly=35
          ulx=00  uly=65
          urx=100 ury=65
          lrx=100 lry=35
          color=black
       3/llx=00  lly=00
         ulx=00  uly=30
         urx=100 ury=30
         lrx=100 lry=00
         color=black;
quit;

Previous Page | Next Page | Top of Page