Differentiate input and infile.
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
What are the different servers in sas? : sas-grid-administration
Which date function advances a date, time or datetime value by a given interval?
Do you think professionally?
What is the difference between where and if statement?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
i want to upload titles and footnotes to excel file?how it is possible?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
what is information maps?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
What are the ways to do a “table lookup” in sas?
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