programming languages Online Quiz - 78
Description: programming languages Online Quiz - 78 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following files is a permanent SAS file?
Which statement prints a summary of all the files stored in the library named Area51?
Which of the following correctly references a SAS data set named SalesAnalysis that is stored in a permanent SAS library?
What does the following statement do? libname osiris spss 'c:\myfiles\sasdata\data';
What usually happens when a syntax error is detected?
What does the following log indicate about your program? proc print data=sasuser.cargo99 var origin dest cargorev; 22 76 ERROR 22-322: Syntax error, expecting one of the following: ;, (, DATA, DOUBLE, HEADING, LABEL, N, NOOBS, OBS, ROUND, ROWS, SPLIT, STYLE, UNIFORM, WIDTH. ERROR 76-322: Syntax error, statement will be ignored. 11 run;
Which of the following statements selects from a data set only those observations for which the value of the variable Style is RANCH, SPLIT, or TWOSTORY?
What does PROC PRINT display by default?
In order for the date values 05May1955 and 04Mar2046 to be read correctly, what value must the YEARCUTOFF= option have?
- u take a 4 digit number 2. subtract sum of its digits 3. delete any one digit from the result. 4. tell the sum of the remaining three Now, i can tell always the deleted digit with no of maximum possibilities:
In the previous question, what are the maximum possibilities?
JAVA supports UNICODE Character set?
All local and reference variables are stored in _______ area.
How many types of streams are there in JAVA IO Stream?
Does Orcale 8i support Full Outer Join?
Which method calls another constructor from within a constructor within a class?
Is clonable marker interface?
Can primitive data types be serialized, technically?
Is JAVA priority preemptive?
Thread Synchronization protects access to _____.