What exactly would it mean to multiply a CI by a given value? Do you mean the upper and lower confidence limits? What would the meaning of that result actually be?
I think you may want to provide some explanation as to what you are attempting as this brief request sounds pretty dubious as to how the result would be interpreted.
Adjusting the ALPHA= option the regression proc would yield a different set of confidence limits in a meaningful sense. Alpha= 0.1 would have 90% confidence limits and would be narrower than the default alpha=.05, or 0.01 with 99% CI would be wider. But that wouldn't effect the betas.
If I understand what you request the mechanics would be to get the values from the regression output into a data set, such as use of the OUTEST= option in proc reg, and then use a data step to modify them.