

log window: this window shows the errors information in the programme and using this window we will find out the exact location of the errors in the programme.All the SAS programming rules are applicable within this window. Editor window: we will write and execute the programme using editor window.
#Shalom hanoch against the wind windows
18) how many windows available in SAS and Explain use of it in-brief?Īns: There are five windows in SAS which are as follows, It means that whatever errors in the program we are having we will cure it by using the log window. It is very useful for the finding the exact location of error in the program. Libname name_library “Path of the folder in which we want to store files” 17) what is the use of log window in SAS?Īns: when we are executing the program the information about the programming errors and timing as well as observations are created in the log window. And permeant libraries are available every time.Ī part from it if we want to create our own libraries then we will create it using libname statement. It means that files stored in work library are not available if we close the current session of SAS. Within these 3 libraries the SAS user and SAS help are the permeant libraries and work library are the temporary library. The syntax for showing the descriptor portion of SAS datasetġ6) How many default libraries in SAS and explain the use of it?Īns: there are 3 main default libraries in SAS It shows the information about the attributes of SAS dataset variables and when the dataset created, modified, deleted observations, sorted observations all the SAS dataset information is given in the descriptor portion.
#Shalom hanoch against the wind how to
The output we will get is shown below, VarXġ3) How to create user define format in SAS?Īns: In SAS we can create our own user define format by using Proc format procedure. Here we are getting SAS dataset brother.12 which is the merged SAS dataset. Proc sort data= brother.two out=brother.2 Proc sort data=brother.one out=brother.1 Now, for merging these two datasets first we want to sort both SAS datasets and then we will merge it. Now we want to merge this two datasets by varX variable write the syntax and show the output that you will get? Also using proc step we will create the TLF (table, listing and figures) of the particular SAS datasets as per our requirements.ġ2) suppose we have given the two datasets brother.one and brother.two shown below The proc step is use for the creating the listing output of the SAS dataset which are created in the data step.

Means all the data management task completed in the data step. Using data step, we can manage, manipulate, derive the SAS datasets. The all the programming of the SAS is depending on this two steps. Some of these clinical sas interview questions used for experienced employee interviews also.Ĭontinuation of clinical sas interview questions and answers are as follows.Īns: there are two types of building blocks in SAS. In our future post we will provide advanced clinical sas interview questions. All are the questions prepared from freshers point of view. This is the continuation of clinical sas interview questions for freshers part 1.
