sirisha


{ City } hyderabad
< Country > india
* Profession *
User No # 3803
Total Questions Posted # 0
Total Answers Posted # 9

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 24
Users Marked my Answers as Wrong # 12
Questions / { sirisha }
Questions Answers Category Views Company eMail




Answers / { sirisha }

Question { 14244 }

Have you ever linked SAS code, If so, describe the link and
any required statements used to either process the code or
the step itself?


Answer

in the editor window we write

%include'path of the sas file';
run;
if it is with non-windowing environment no need to give run
statement

Is This Answer Correct ?    7 Yes 0 No

Question { 8951 }

At compile time when a SAS data set is read, what items are
created?


Answer

the items created are input buffer,PDV,descriptor portion

Is This Answer Correct ?    3 Yes 0 No


Question { 18250 }

Name statements that are recognized at compile time only?


Answer

all global statements like
filename,libname,run,endsas...etc...are recognized at
compile time only.

Is This Answer Correct ?    1 Yes 5 No

Question { 18250 }

Name statements that are recognized at compile time only?


Answer

all global statements like
filename,libname,run,endsas...etc...are recognized at
compile time only.

Is This Answer Correct ?    1 Yes 5 No

Question { 16649 }

Name statements that are execution only?


Answer

abort,delete,replace,select,set......etc....these are
executable statements in data step

Is This Answer Correct ?    6 Yes 0 No

Question { 16649 }

Name statements that are execution only?


Answer

keep and drop are data set options .They are not statements
of sas.ofcourse those options are executed while we
subsetting the d/set using set statement....

Is This Answer Correct ?    0 Yes 1 No

Question { 16649 }

Name statements that are execution only?


Answer

keep and drop are data set options as well as statements also.

Is This Answer Correct ?    6 Yes 1 No

Question { 11127 }

In the flow of DATA step processing, what is the first
action in a typical DATA Step?


Answer

first it will check for syntax and then it will create an
input buffer and PDV and then descriptor portion.

Is This Answer Correct ?    0 Yes 0 No

Question { 11127 }

In the flow of DATA step processing, what is the first
action in a typical DATA Step?


Answer

My logic is when ever u submit a d/step for execution sas
checks the syntax of all of the sas statements and then
compiles them i.e it will automatically translate the
statements into machine code...

Is This Answer Correct ?    0 Yes 0 No