Previous Page | Next Page

GREPLAY Procedure Template Code

L2R2S: Two Boxes Left and Two Boxes Right with Space

Start the GREPLAY procedure in linemode. 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
   tdef L2R2S des="2 BOXES LEFT, 2 BOXES RIGHT (WITH SPACE)"
        1/llx=0   lly=52
          ulx=0   uly=100
          urx=48  ury=48
          lrx=48  lry=52
          color=black
        2/llx=0   lly=0
          ulx=0   uly=48
          urx=48  ury=48
          lrx=48  lry=00
          color=black
        3/llx=52  lly=52
          ulx=52  uly=100
          urx=100 ury=100
          lrx=100 lry=52
          color=black
        4/llx=52  lly=0
          ulx=52  uly=48
          urx=100 ury=48
          lrx=100 lry=0
          color=black;
quit;

Previous Page | Next Page | Top of Page