programming languages Online Quiz - 258
Description: programming languages Online Quiz - 258 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
How many observations will be there in the output dataset person? Data person; infile datalines; input name $ dept $ age; if age le 30; datalines; John Sales 38 Mary Brown Acctng 32 Spielberg Manager 28 ;
At compile time when an external file is read, what items are created?
What is the output of the following sum statement? X1=9, X2=4, X3=1 Z=sum(of X1-X3);
What is the use of PUT function in a DATA step?
Dataset Temp contains 1 observation and 30 variables. Which procedure can be used to convert it into 30 observations with 1 variable in an efficient manner?
How will you define the list of variables to be printed in the PRINT procedure?
Can we use title statement inside Proc SQL?
What are the different classes of tokens available in SAS?
In Proc SQL, Index can be created on tables and views. State whether the statement is true or false. Also classify the index types in Proc SQL?