how could you generate test data with no input data? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum and minimum length of macro variable
Have you ever used the SAS Debugger?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
What does P-value signify about the statistical data?
Explain the purpose of substr functions in sas programming.
What’s the difference between var b1 – b3 and var b1 — b3?
What are _numeric_ and _character_ and what do they do?
how do u validate the program which u have written.
how can u join the two tables without using proc sql Joins and nested queries ?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..