How can you create a macro variable with in data step? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How to limit decimal places for the variable using proc means?
what are the different ways of merging two datasets.name atleast 4.
how to read character value without using substr function in sas ?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Describe a time when you were really stuck on a problem and how you solved it?
What statement do you code to write the record to the file?
What function CATX syntax does?
What is the size of PDV?
What are the scrubbing procedures in sas?
What is the Program Data Vector (PDV)? What are its functions?