sas macros
Answers were Sorted based on User's Feedback
what is in stream data in SAS?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
tell me about intnx, intcx functions?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
what is lifetest
describe about joins? briefly?
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
what is portability of sas programmes?
what is function of retain statment