How would you include common or reuse code to be processed
along with your statements?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
i think, it is by using %include statement
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rishie
by calling a macro into your program
data x;
set x;
%Z;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
How would you remove a format that has been permanently associated with a variable? ________________
Name few SAS functions?
What is by-group processing?
What is the purpose of the trailing and How would you use them?
what are some good sas programming practices for processing very large data sets? : Sas programming
Identify statements whose placement in the DATA step is critical?
What is the basic syntax of a sas program?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
How we can call macros with in data step? : sas-macro
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
code the tables statement for a single level frequency?