Tag: programming languages

Questions Related to programming languages

What is difference between Proc Options and Options statment?

  1. It overwrites values assigned using Options statement

  2. It can be used to alter SAS systems options PERMANENTLY

  3. It is more efficient and effective

  4. It doesn't assign SAS systems options


Correct Option: D

Which procedure can be used to make rows-coulms and vice versa?

  1. Proc Transpose

  2. Proc Rotate

  3. Proc Convert

  4. Proc Dataset


Correct Option: A

What is the difference between proc print and proc printto?

  1. proc printto allows to redirect the output

  2. no difference

  3. proc printto is faster and takes less memory space

  4. proc printto does not exists


Correct Option: A

What are the 2 duplicates removal options for proc sort?

  1. NODUPKEY and NODUPRECS

  2. NODUPS and NODUPLICATES

  3. NODUPKEYS and NODUPREC

  4. DELETEDUPS and DELETERECS


Correct Option: A
  1. BPEL Adapter

  2. AQ Adapter

  3. Decision Service

  4. Partner Link


Correct Option: D

What proc import is used for?

  1. Import SAS Dataset into program

  2. Import other OS/Format data

  3. Import external data/files

  4. Imports anything and everything


Correct Option: C

Conditional Processing can be implemented in a BPEL process using which of these activitie

  1. Switch

  2. If

  3. Decide

  4. Compensate


Correct Option: A
  1. The correlation ID enables Oracle BPEL Server to correlate the response with the appropriate requesting instance

  2. The correlation ID carries transaction information between BPEL processes

  3. The developer needs to set the value of the correlation ID while coding the BPEL process

  4. The correlation ID is automatically set by the BPEL engine at run-time


Correct Option: A,D