p********a 发帖数: 5352 | 1 ☆─────────────────────────────────────☆
Cheerup999 (Cheerup999) 于 (Tue Mar 18 23:02:07 2008) 提到:
I have a numeric variable (V92...) which are include both 2-digits and
3-digits values. Right now,I need to add a leading zero to all 2-digit
values. and then
I want to create two new variables, one (STRAT)
contains first two digits of the variable and the other one (SECU) with the
last digit.
Any one know how to do that? Here is my code,but it does not work.
data response.combined92;
set respo |
|