Previous Page | Next Page

GREPLAY Procedure Template Code

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

Previous Page | Next Page | Top of Page