What would the following datastep do?

Data _null_;
Set Dist end=eof;
Call Symput("xx"!!left(put(_n_,2.)),&dimension);
If EOF then
Call Symput('numrows',left(put(_n_,2.)));
Run;

dimension is a macro variable that is being passed here

Answer Posted / akshata shenvi

here numeric values have been converted to character values
at the place given by (line) :column

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

This entry was posted in General. Bookmark the permalink. Post a comment or leave

4055


how do you test for missing values? : Sas programming

583


Can you suggest us materials for sdtm mapping?

4042


What is PROC in SAS?

612


Of all your work, where have you been the most successful?

4207






I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2267


Differentiate between sas functions and sas procedures.

648


What do the mod and int function do? : Sas programming

586


Explain proc univariate?

610


where to use sas business intelligence? : Sas-bi

582


Name and describe few sas character functions that are used for data cleaning in brief.

671


Describe a time when you were really stuck on a problem and how you solved it?

2086


what is the primary data source for the wrs? : Sas-bi

661


what is intially documentation in sas?

4336


Describe the function and untility of the most difficult SAS macro that you have written.

1566