Previous Page | Next Page

GREPLAY Procedure Template Code

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

Previous Page | Next Page | Top of Page