What are the automatic variables for macro? : sas-macro


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

How to sort in descending order?

0 Answers  


libname deepak 'C:\SAS Files'; proc format; invalue convert 'A+' = 100 'A' = 96 'A-' = 92 'B+' = 88 'B' = 84 'B-' = 80 'C+' = 76 'C' = 72 'F' = 65; data deepak.grades; input ID $3. Grade convert.; *format Grade convert. ; datalines; 001 A- 002 B+ 003 F 004 C+ 005 A ; proc print data = deepak.grades; run; I get the following output Obs ID Grade 1 001 . 2 002 . 3 003 . 4 004 . 5 005 . I don’t understand why Grade shows up as a missing value. Everything seems fine, including ID $3. Now, in case I use ID : $3. Or use column input, I get the desired output. Kindly help Deepak

7 Answers  


what is the difference between proc means and proc tabulate?

3 Answers   Cognizant, CTS,


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

0 Answers  


If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?

1 Answers  






In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?

6 Answers  


Hot to suppress characters from a given string?

4 Answers   CTS,


Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com

0 Answers  


what r the job openings SAS for fresher graduates !

0 Answers   TetraSoft, Wipro,


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

0 Answers  


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

0 Answers   Accenture,


How to read an input file in sas?

0 Answers  


Categories