Tag: technology

Questions Related to technology

  1. Structured Query Language

  2. Strong Question Language

  3. Structured Question Language

  4. None


Correct Option: A
  1. SELECT Persons.FirstName

  2. SELECT FirstName FROM Persons

  3. EXTRACT FirstName FROM Persons

  4. None


Correct Option: B

Which ISPEXEC statement is used to retrieve values from ISPF profile?

  1. ISPFGET

  2. VGET

  3. PULL

  4. VPUT


Correct Option: B

Which of the following can be used to read and write from a file? Choose all that apply

  1. DATA STACK

  2. QUEUE

  3. COMPOUND VARIABLE

  4. SYMBOLIC VARIABLE


Correct Option: A
  1. Subroutine should start with this instruction

  2. To convert all the local variables in the subroutine as global variables

  3. To convert all the variables used in subroutine as local variables

  4. Function should start with this instrucion


Correct Option: A