sasoptpy.Symbol

class Symbol(name)[source]

Bases: sasoptpy.core.expression.Expression

Represents a symbolic string, to be evaluated on server-side

Parameters
namestring

String to be symbolized

Notes

  • A Symbol object can be used for any values that does not translate to a value on client-side, but has meaning on execution. For example, _N_ is a SAS symbol, which can be used in PROC OPTMODEL strings.