programming languages Online Quiz - 7
Description: programming languages Online Quiz - 7 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which program displays a listing of all data sets in the SASUSER library?
Which ODS statement option terminates output being written to an HTML file?
The following SAS statement is submitted: data work.sales; do year=1 to 5; do month=1 o 12; x+1; end; end; run; How many observations are written to the WORK.SALES data set?
The following program is submitted: proc contents data=sashelp.class varnum; quit; What does VARNUM option print?
The value 110700 is stored in a numeric variable named SALARY. Which FORMAT statement displays the value as $110,700.00 in a report?
What is the purpose of MISSOVER option in an INFILE statement?
Given the following raw record: 07Jan2007 Which INFORMAT reads this raw date and stores it as a SAS date value?
A user defined format has been created using the FORMAT procedure.Where is it stored?
The following SAS program is submitted: data null; set old; put var1 var2; run; Where is the output written?
The SAS program is submitted:
data combine;
country='Italy, Russia, ireland';
found=find(country,'i');
run;
What is the value of the variable found in the output data set?
ODS Stands for
PDV Stands for
N=PS,In this, PS referred to
BASE SAS is commonly used for
SAS / ACCESS is used as
SAS / AF
SAS / CONNECT is used -
SAS / FSP is for Creation of 3D objects , animation & prototyping
How many packages available in java?