SAS Institute. The Power to Know

SAS(R) Component Language 9.2: Reference

space
Previous Page | Next Page

Introduction

Entering SCL Code

You can enter your SCL code in four ways:

  • In the SAS Explorer, select the catalog where you want to store your SCL code, and select File [arrow] New... [arrow] SCL Program

  • Issue the BUILD command followed by the name of the entry that you want to edit:

    BUILD libref.catalog.entry.SCL
  • In the Build window for the frame, select View [arrow] Frame SCL

  • In the Build window for the program screen, selectTools [arrow] Source Window

space
Previous Page | Next Page | Top of Page