RIP
Tutorial
Tags
Topics
Examples
eBooks
Download sas (PDF)
sas
Getting started with sas
Copy a file, byte for byte
Creating Macro Variables
data step
DO Loop
Informats in SAS
Proc SQL
Reading Data
Resolving Macro Variables in quotes within PROC SQL Pass-throughs
SAS Formats
SAS Labels
Sending an email with SAS
Using Joins in SAS
Variable Length
Assigning length to a character variable
sas
Getting started with sas
Copy a file, byte for byte
Creating Macro Variables
data step
DO Loop
Informats in SAS
Proc SQL
Reading Data
Resolving Macro Variables in quotes within PROC SQL Pass-throughs
SAS Formats
SAS Labels
Sending an email with SAS
Using Joins in SAS
Variable Length
Assigning length to a character variable
sas
Variable Length
Syntax
LENGTH variable(s) <$>length;
Parameters
Parameter
Details
variable(s)
variable(s) you wish to assign a length to
$
optional parameter that specifies if your variable is a character variable
length
integer that specifies the length of the variable
Variable Length Related Examples
Assigning length to a character variable
PDF
- Download
sas
for free
Previous
Next