Chapter Contents

Previous

Next
GETVARC

GETVARC



Returns the value of a SAS data set character variable

Category: SAS File I/O


Syntax
Arguments
Details
Examples
See Also

Syntax

GETVARC(data-set-id,var-num)

Arguments

data-set-id
specifies the data set identifier that the OPEN function returns.

var-num
is the number of the variable in the Data Set Data Vector (DDV).
Tip: You can obtain this value by using the VARNUM function.
Tip: This value is listed next to the variable when you use the CONTENTS procedure.


Details

Use VARNUM to obtain the number of a variable in a SAS data set. VARNUM can be nested or it can be assigned to a variable that can then be passed as the second argument, as shown in the following examples. GETVARC reads the value of a character variable from the current observation in the Data Set Data Vector (DDV) into a macro or DATA step variable.


Examples


See Also

Functions:

FETCH
FETCHOBS
GETVARN
VARNUM


Chapter Contents

Previous

Next

Top of Page

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