New SAS Interview Questions :: ALLInterview.com http://www.allinterview.com New SAS Interview Questions en-us what is the frontend and backend of sas? Is sas is a progaming langau http://www.allinterview.com/showanswers/77590.html in which companies SAS openings are there? List of companies using SA http://www.allinterview.com/showanswers/77230.html WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS? http://www.allinterview.com/showanswers/77027.html why is the use of Retrive statement and give me with example? http://www.allinterview.com/showanswers/76927.html what is the difference between sas and other datawarehousing language http://www.allinterview.com/showanswers/74500.html hi guys ...i have one query... data abc; input s w k g o t a m; car http://www.allinterview.com/showanswers/73681.html Proc sort data=dataset; by idnumber ; run; What does a PROC TRANSPOSE do? http://www.allinterview.com/showanswers/73659.html The TRANSPOSE procedure creates an output data set by restructuring the values in a SAS data set, transposing selected variables into observations. What report output formats can you generate using SAS? http://www.allinterview.com/showanswers/73658.html Sas generates output formats like RTF,HTML,listings using Sas ods. What is the difference between a PROC step and a DATA step? http://www.allinterview.com/showanswers/73657.html proc to produce output data to read the information What does error:1 mean? http://www.allinterview.com/showanswers/73656.html It will just neglect the 1st error in your code & it will execute the rest of the code. CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? H http://www.allinterview.com/showanswers/73290.html I basically prefer Proc report. By using proc report also you can create a Tabular format report and its pretty simple. HOW MANY WAYS YOU CAN RETRIEVE THE DATA FROM ORACLE TABLES? WHAT IS O http://www.allinterview.com/showanswers/73289.html WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION? http://www.allinterview.com/showanswers/73288.html Returns values from the queues how can u join the two tables without using proc sql Joins and neste http://www.allinterview.com/showanswers/73287.html By using the DATA step Merge. wt is a-z and a--z? http://www.allinterview.com/showanswers/73286.html If we consider 'a' as lower limit and 'z' as upper limit, a-z is used to refer numeric variables and a--z is used to refer to character variables.