0

programming languages Online Quiz - 7

Description: programming languages Online Quiz - 7
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0
  1. proc contents lib=sasuser.all;

  2. proc contents data=sasuser.all;

  3. proc content data=sasuser.all;

  4. proc contents data=sasuser.all;


Correct Option: D

The following program is submitted: proc contents data=sashelp.class varnum; quit; What does VARNUM option print?

  1. a list of variable names

  2. the total number of variables

  3. a list of variable names in the alphabetic order

  4. a list of variable names in the order of their logical position


Correct Option: D
  1. format salary dollar11.2;

  2. format salary comma11.2;

  3. format dollar8.2;

  4. format salary comma8.2 dollar8.2;


Correct Option: A

What is the purpose of MISSOVER option in an INFILE statement?

  1. It prevents SAS from loading a new record when the end of the current record is reached

  2. It enables SAS to scan the input data records until the character string that is specified in the @'character-string' expression is round

  3. It enables SAS to continue to read the next input record if it does not find values in the current input file

  4. It causes the data step to stop processing if an input statement reaches the end of the current record without finding values for the variables


Correct Option: A

A user defined format has been created using the FORMAT procedure.Where is it stored?

  1. in a SAS catalog

  2. in an external binary file

  3. in a SAS data set in the WORK library

  4. in a SAS data set in a permanent library


Correct Option: A

The following SAS program is submitted: data null; set old; put var1 var2; run; Where is the output written?

  1. to the SAS log file

  2. to the SAS data set NULL

  3. to a raw data file that was recently open

  4. none of these


Correct Option: A
  1. Output Data System

  2. Output Delivery System

  3. Object Data Software

  4. Output Data Storage


Correct Option: B
  1. Project Design Vector

  2. Program Design Vector

  3. Program Data Vector

  4. Program Duplicate Vector


Correct Option: C
  1. Program Size

  2. Page Soft

  3. Program Software

  4. Page Size


Correct Option: C

SAS Stands for

  1. Statistical Analysis Software

  2. Statistical Analytics System

  3. Statistical Analytics Software

  4. Statistical Analysis System


Correct Option: D
  1. Report Generation , Mathematical and Data Analysis

  2. Interface to DB2

  3. User friendly windowing applications

  4. Communication with remote SAS sessions


Correct Option: A
  1. Communication with remote SAS sessions

  2. Interactive data entry & retrieval facilities

  3. Interface to DB2

  4. Creation of 3D objects , animation & prototyping


Correct Option: C
  1. Concurrent update access to SAS files

  2. User friendly windowing applications

  3. Visual representation of data analysis

  4. Communication with remote SAS sessions


Correct Option: B

SAS / CONNECT is used -

  1. Report Generation , Mathematical and Data Analysis

  2. Interface to DB2

  3. User friendly windowing applications

  4. Communication with remote SAS sessions


Correct Option: D

SAS / FSP is for Creation of 3D objects , animation & prototyping

  1. True

  2. False


Correct Option: B
- Hide questions