Previous Page | Next Page

GREPLAY Procedure Template Code

Whole: Entire Screen Template

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 WHOLE des="ENTIRE SCREEN TEMPLATE"
        1/llx=0   lly=0
          ulx=0   uly=100
          urx=100 ury=100
          lrx=100  lry=0
          color=white;
quit;

Previous Page | Next Page | Top of Page