Previous Page | Next Page

GREPLAY Procedure Template Code

V2: One Box Up and One Box Down

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 V2 des= "1 BOX UP, 1 BOX DOWN"
        1/llx=0   lly=50
          ulx=0   uly=100
          urx=100  ury=100
          lrx=100  lry=50
          color=black
        2/llx=00  lly=00
          ulx=00  uly=50
          urx=100 ury=50
          lrx=100 lry=0
          color=black;
quit;

Previous Page | Next Page | Top of Page