Tag: technology

Questions Related to technology

  1. EditHistoryItems

  2. AddFutureItems

  3. InteractiveMode

  4. GetHistoryItems


Correct Option: B

which function allows to select n records after removing duplicates

  1. DUPLICATE (n)

  2. REMOVDUP (n)

  3. FIRSTDUP(n)

  4. NONE OF THE ABOVE


Correct Option: C
  1. BCOUNT('string')

  2. COUNT('string')

  3. CCOUNT('string')

  4. DCOUNT('string')


Correct Option: A,B

FINDREP allows you to do various types of find and replace operations on your records.

  1. True

  2. False


Correct Option: A

FINDREP cannot be specified with BUILD or OVERLAY in an IFTHEN clause.

  1. True

  2. False


Correct Option: A
  1. SELECT FROM(IN) TO(OUT1) ON(5,4,ZD) FIRSTDUP USING(CTL1)

  2. SELECT FROMFILE(IN) TOFILE(OUT1) ON(5,4,ZD) FIRSTDUP USING(CTL1)

  3. SELECT file1(IN) file2(OUT1) ON(5,4,ZD) FIRSTDUP USING(CTL1)

  4. None of the above


Correct Option: A
  1. None of the Below

  2. SUBSET IN1 TO OUT1

  3. SUBSET FROM(IN1) OF(OUT1)

  4. SUBSET FROM(IN1) TO(OUT1)


Correct Option: A
  1. appends records anywhere in base dataset

  2. appends records at the start of the base dataset

  3. appends records at the start from the base dataset

  4. appends records at the end of base dataset


Correct Option: D