BookmarkSubscribeRSS Feed
deepakkailay
Calcite | Level 5

Hi,

 

Is there a way to update the parameter value in .sas7bitm file.

Suppose, I have a this file with a parameter labour as 0.8 . How can i update it to 0.81 ?

 

Thanks,
Deepak

1 REPLY 1
Rick_SAS
SAS Super FREQ

I assume that this is a SAS itemstore that was created by using the STORE statement in some SAS procedure. An itemstore is a binary format that is not editable because the parameters come from the training data. 

 

If you know how the file was generated, there might be an alternative. For example, some SAS procedures support a CODE statement which writes DATA step code. Other procedures write parameter estimates to a SAS data set (which could be edited) and are intended to be read by PROC SCORE. For details, see "Techniques for scoring a regression model in SAS."

 

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 880 views
  • 0 likes
  • 2 in conversation