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 |
Explain what is SAS informats?
Name statements that function at both compile and execution time?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How would you delete observations with duplicate keys?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
where will go the observations that were deleted by delete statement?
I need level 2 to 5 sas using companies in india
it will become easy if uuu provide website linkssss and list of consultanciessssss
How to merge the data using merge statement and proc format? Is the result is same ?
What is the use of function Proc summary?
how do u validate the program which u have written.