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?
- 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?
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?
Is JAVA priority preemptive?
Thread Synchronization protects access to _____.