Chapter Contents

Previous

Next
SAS Variable: _setup

SAS Variable: _setup



Initializes a SAS Variable object for a specific variable


Syntax
Details

Syntax

CALL SEND (variable-object-id, '_setup', variable-name, datafile-name);

Argument Type Description
variable-name
C specifies the name of the SAS variable associated with variable-object-id
datafile-name
C specifies the name of the SAS data file containing this variable


Details

_setup initializes a SAS Variable object with information about variable-name, including the variable name, type, label, format, informat, length, and data file. For an example of using _setup, see Using the SAS Variable Class.


Chapter Contents

Previous

Next

Top of Page

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