由买买提看人间百态

topics

全部话题 - 话题: lastletter
(共0页)
s********8
发帖数: 50
1
Thanks for thinking for it , it is a good trial.
but after I tried the code below, I didn;t think it worked.
data Farray;
length Q29B4B A Q29B5B B Q29B6B C Q29B7B D Q29B8B E Q29B9B F Q29B10B G
Q29B11B H Q29B12B I Q29B13B G Q29B14B K Q29B15B $8;
%let lastletter = B;
Array Ftesta(*) Q29B4&lastletter--Q29B15&lastletter;
Array Ftestb(*) Q29B4&lastletter-Q29B15&lastletter;
K=DIM(Ftesta);
P=DIM(Ftestb);
put K= P=;
run;
in LOG K=22 instead of 12;
and P can not get any value since
ERROR: Missing nu... 阅读全帖
d*******o
发帖数: 493
2
%let lastletter = B;
Array abc(*) Q29B4&lastletter--Q29B30&lastletter;
m*****u
发帖数: 1342
3
来自主题: Unix版 - 问个删除文件的问题
Maybe there is strange characters in the filename. Try
ls -l firstletter_filename*lastletter
it may show you the actual name.
(共0页)