Displaying 2 results from an estimated 2 matches for "nplb".
Did you mean:
npl
2010 Apr 26
1
help with code
...r
NAH6253
PPLB-2001-U
PPLB-2001-U
P
P
NAH6253-002
Texas
Tyler
NAH6253
PPLB-1993-U
PPLB-1993-U
P
P
NAH6253-003
Texas
Tyler
NAH6253
PPLB-2003-U
PPLB-2003-U
P
P
NAH6253-005
Texas
Tyler
NAH6253
XSOP-9999-C
XSOP-9999-C
X
S
NAH6253-008
Texas
Tyler
NAH6253
NPLB-1975-O
NPLB-1975-O
N
P
The SAS code for what I want to do is:
/*
if FTIStandKey=" NAH6253-003" then do;
CoverType=" XSOP-9999-C ";
V_SpGrp="T";
V_Origin="T";
end;
What I want to do is to be able to select certain FTIStandKey...
2010 Apr 26
1
Help with replacement of certain values in dataset with SAS code equivalent
...r
NAH6253
PPLB-2001-U
PPLB-2001-U
P
P
NAH6253-002
Texas
Tyler
NAH6253
PPLB-1993-U
PPLB-1993-U
P
P
NAH6253-003
Texas
Tyler
NAH6253
PPLB-2003-U
PPLB-2003-U
P
P
NAH6253-005
Texas
Tyler
NAH6253
XSOP-9999-C
XSOP-9999-C
X
S
NAH6253-008
Texas
Tyler
NAH6253
NPLB-1975-O
NPLB-1975-O
N
P
The SAS code for what I want to do is:
/*
if FTIStandKey=" NAH6253-003" then do;
CoverType=" XSOP-9999-C ";
V_SpGrp="T";
V_Origin="T";
end;
What I want to do is to be able to select certain FTIStandKey...