Tag: programming languages

Questions Related to programming languages

What happens if you use IN statement with SET: Data Test1; set one two (in=two); if two; run;

  1. It acts like Merge with IN

  2. we cannot use In with SET

  3. it works as expected

  4. Its like setting data with one dataset only


Correct Option: D

Which of the following is a format but not informat?

  1. DATETIME

  2. DDMMYY

  3. FLOAT

  4. DAY


Correct Option: D
  1. Library Division

  2. Environment Division & Activity Division

  3. Activity Division

  4. None of the above


Correct Option: C

How to get the length of the record read?

  1. RECORD-LENGTH(DDName)

  2. RECLEN(DDName)

  3. RECLN(DDName)

  4. It is not possible in Easytrieve


Correct Option: A
  1. EVALUATE … END-EVALUATE

  2. SWITCH CASE

  3. CASE … END-CASE

  4. None of the above


Correct Option: C
  1. MATCH cannot be used on multiple files

  2. MATCH can be used on multiple files

  3. MATCH can be used when key is defined

  4. MATCH can be used with JOB statement


Correct Option: A

Which among the following is not an input I-O operation?

  1. GET

  2. PUT

  3. READ

  4. POINT


Correct Option: B

Which among the following is true?

  1. Compile listing in Easytrieve cannot be produced

  2. Data map alone can be produced

  3. Compile listing alone can be produced

  4. Data map and Compile listing can be produced using DMAP and PMAP option in DEBUG


Correct Option: D