ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
As always, great content
Thank you so so much
very good video!! Could you save the code so that we can copy it? Thank you
Great content
Thank you!
31.CREATING MACRO VARIABLES-2 IN SAS CLICK HERE:sasall4you.blogspot.com/2024/11/31way-to-create-macro-variablesinto.html
Jelly, I tried your code for this dummy variable example, but it seems your code does not give a correct output, can you fix that?
What piece of the code are you referring to?
*%MACRO GETSITE; %DO I = 1 %TO &LastSite; %IF &&Site&I = 0 %THEN %GOTO OUT; IF Site = &&Site&I THEN Site&I = 1; ELSE Sites&I = 0; %OUT: %END;%MEND GETSITE; This piece.@@learningwithjelly
As always, great content
Thank you so so much
very good video!! Could you save the code so that we can copy it? Thank you
Great content
Thank you!
31.CREATING MACRO VARIABLES-2 IN SAS CLICK HERE:sasall4you.blogspot.com/2024/11/31way-to-create-macro-variablesinto.html
Jelly, I tried your code for this dummy variable example, but it seems your code does not give a correct output, can you fix that?
What piece of the code are you referring to?
*%MACRO GETSITE;
%DO I = 1 %TO &LastSite;
%IF &&Site&I = 0 %THEN %GOTO OUT;
IF Site = &&Site&I THEN Site&I = 1;
ELSE Sites&I = 0;
%OUT: %END;
%MEND GETSITE;
This piece.@@learningwithjelly