BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sasowiczka123
Fluorite | Level 6

I exported dataset from csv but some columns have " " in it som I'm trying to rename columns. I wrote this code:

data dane;
set dane3 ( rename=
(Region with High_Risk ( 0 = no, 1=yes)=. Region_High_Risk) );
run;

 

This is the error I get:

ERROR 79-322: Expecting a =.

 

Please help

 

1 ACCEPTED SOLUTION

Accepted Solutions
sasowiczka123
Fluorite | Level 6

Oka, I found a better option: 

use this before importing csv file 

options validvarname=v7;

View solution in original post

4 REPLIES 4
sasowiczka123
Fluorite | Level 6
I tried this and this is the error:

ERROR 214-322: Variable name "Region with High_Risk ( 0 = no, 1=yes)" is not valid.

ERROR 23-7: Invalid value for the RENAME option.
sasowiczka123
Fluorite | Level 6

Oka, I found a better option: 

use this before importing csv file 

options validvarname=v7;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 2425 views
  • 1 like
  • 2 in conversation