Name statements that are execution only.
Answers were Sorted based on User's Feedback
Answer / yuva
wen we r using proc sql tat time
quit; is execution statement
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / vanna.mallikarjunareddy
infile,input,sum statament etc.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / srilatha
there many execution statements,some of them are
DATA
INPUT
CARDS
INFILE
WHERE
LABEL
SELECT
INFORMAT
FORMAT and the list goes.
| Is This Answer Correct ? | 1 Yes | 6 No |
What is the work of tranwrd function?
How to create an external dataset with sas code?
What do you code to create a macro? : sas-macro
What do you feel about hardcoding?
Describe a time when you were really stuck on a problem and how you solved it?
What are the parameters of scan function?
How do you define proc in sas? : sas-grid-administration
what do you mean by data staging area? : Sas-di
how would you determine the number of missing or nonmissing values in computations? : Sas programming
how can u join the two tables without using proc sql Joins and nested queries ?
what is hierarchy flattening? : Sas-di
Explain how you can debug and test your SAS program?