how do you pull data from equifax?tell me the process?
No Answer is Posted For this Question
Be the First to Post Answer
what is sas? is a package or tool? give me introduction about sas?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
In SAS explain which statement does not perform automatic conversions in comparisons?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Have you ever used the SAS Debugger?
how to assign a macro value to a variable?
If a variable contains letters or special characters, can it be numeric data type?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What do you code to create a macro? : sas-macro
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
i want to upload titles and footnotes to excel file?how it is possible?
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.