Previous Page | Next Page

GREPLAY Procedure Template Code

H4S: Four 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 H4S des= "4 BOXES ACROSS (WITH SPACE)"
        1/llx=0   lly=0
          ulx=0   uly=100
          urx=22 ury=100
          lrx=22 lry=0
          color=black
        2/llx=26  lly=0
          ulx=26  uly=100
          urx=48  ury=100
          lrx=48  lry=00
          color=black
       3/llx=52   lly=0
         ulx=52   uly=100
         urx=74 ury=100
         lrx=74 lry=00
       4/llx=78   lly=0
         ulx=78   uly=100
         urx=100  ury=100
         lrx=100 lry=00
          color=black;
quit;

Previous Page | Next Page | Top of Page