What is the purpose of trailing @ and @@? How do you use them?


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

Post New Answer

More SAS Interview Questions

Under what circumstances would you code a SELECT construct instead of IF statements?

7 Answers   Accenture,


What is the order of evaluation of the comparison && logical && relational operators:?

2 Answers   CitiGroup,


why is a stop statement needed for the point=option on a set statement? : Sas programming

0 Answers  


What is the size of PDV?

2 Answers   L&T,


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

0 Answers  






What is SAS?

0 Answers  


data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.

2 Answers  


What's the difference between VAR A1 - A4 and VAR A1 - A4?

1 Answers   Quintiles,


wt is a-z and a--z?

3 Answers   Accenture,


Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?

5 Answers   ACC,


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

0 Answers  


how to do user inputs and command line arguments in sas?

0 Answers   D&B, TCS,


Categories