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 |
Which command is used to perform sorting in sas program?
Name statements that function at both compile and execution time.
What versions of SAS have you used (on which platforms)?
What are the scrubbing procedures in sas?
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
What is the difference between nodupkey and nodup options?
Mention sas system options to debug sas macros.
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
What are common programming errors committed in sas
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?