Previous Page | Next Page

GREPLAY Procedure Template Code

L1R2S: One Box Left and Two Boxes Right 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 L1R2S des= "1 BOX LEFT, 2 BOXES RIGHT (WITH SPACE)"
        1/llx=0   lly=0
          ulx=0   uly=100
          urx=48  ury=100
          lrx=48  lry=0
          color=black
        2/llx=52  lly=52
          ulx=52  uly=100
          urx=100 ury=100
          lrx=100 lry=52
          color=black
        3/llx=52  lly=0
          ulx=52  uly=48
          urx=100 ury=48
          lrx=100 lry=00
          color=black;
quit;

Previous Page | Next Page | Top of Page