Tag: programming languages

Questions Related to programming languages

  1. %x = hello

  2. %x = 'hello'

  3. %x = “hello”

  4. Both (a) & (b)

  5. Both (b) & (c)


Correct Option: D
  1. CHANGE CAL DATE TO 20090508

  2. CHANGE CAL DATE FROM 20090507 TO 20090508

  3. Both (a) & (b) are correct

  4. None of the above


Correct Option: A
  1. FILEMAN allows us to update the file where READ doesn't

  2. READ allows us to update the file whereas FILEMAN doesn't

  3. Updates can be allowed using both FILEMAN as well as READ

  4. Updates cannot be done using FILEMAN as well as READ


Correct Option: A

Suppose you want to allocate RSREFR file to “RS.M204TST2.RSREFR.FILE”,then which of the following “ALLOCATE” statement is correct ?

  1. ALLOCATE RSREFR WITH DSN= RS.M204TST2.RSREFR.FILE OLD DIRECT

  2. ALLOCATE RSREFR WITH $DSN= RS.M204TST2.RSREFR.FILE OLD DIRECT

  3. ALLOCATE RSREFR WITH DSN= RS.M204TST2.RSREFR.FILE OLD

  4. Both (a) &(c) are correct


Correct Option: D