BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Aphreven
Calcite | Level 5

Hello I would like to do something very simple but that I struggle with : 

 

I have a table with several columns and 1 specifically that have missing values that i want to fill with a backward then a forward fill stragegy based on a ID column. 

 

have : 

ID   colA  colB    Coltofill                       

1      ...        ...                     

1                                                                  

1                               5    

2                              12    

2                              

 

want : 

ID   colA  colB    Coltofill                       

1      ...        ...           5        

1                               5                                   

1                               5    

2                              12    

2                              12

 

More precisely i want to only fill the col "Coltofill". I found a good reponse in this post : https://communities.sas.com/t5/SAS-Programming/Backward-and-Forward-Filling-Information/m-p/699624  But the problem is that it fills every columns. 

 

Thank you !

 

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1250 views
  • 1 like
  • 2 in conversation