Tag: programming languages

Questions Related to programming languages

  1. LIKE '%XXX%'

  2. LIKE 'XXX'

  3. LIKE XXX

  4. LIKE NULL


Correct Option: A,B
  1. IBM

  2. Oracle

  3. Sybase

  4. Sun systems


Correct Option: A

If DISP parameter is not coded in the DD statement that what is the default value?

  1. DISP=OLD,DELETE,KEEP

  2. DISP=OLD,KEEP,KEEP

  3. DISP=NEW,DELETE,DELETE

  4. DISP=SHR,KEEP,DELETE


Correct Option: C

Which one denotes the end of the JOB?

  1. //

  2. //*

  3. /*

  4. END


Correct Option: D

What is the Normal DISP position for temporary files?

  1. OLD

  2. PASS

  3. MOD

  4. SHR


Correct Option: B
  1. 3

  2. Anywhere between 5 to 17

  3. Anywhere between 4 to 16

  4. Anywhere between 1 to 17


Correct Option: C
  1. Step will not execute

  2. Step will abend

  3. Step will execute

  4. S0C7


Correct Option: B

Which is the correct statement which will check only for errors?

  1. TYPRUN=COMPILE

  2. TYPRUN=ERRFREE

  3. TYPRUN=HOLD

  4. TYPRUN=SCAN


Correct Option: D