Chapter Contents

Previous

Next
Widget Class: _setCMD

Widget Class: _setCMD



Assigns the command to execute when a widget is selected


Syntax
Details

Syntax

objectName._setCMD( command );

Argument Type Use Description
command Character Input specifies the SAS command to execute


Details

Example

The following example changes the SAS command associated with an icon named buildIcon. The variable catalog contains the name of a SAS catalog.

buildIcon._setCMD(); build || catalog || msg=no;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.