Tag: mainframe

Questions Related to mainframe

Which function is used to convert lower case characters to upper case characters?

  1. uppercase()

  2. upcase()

  3. Translate()

  4. tran()


Correct Option: C
  1. mult('mindworks ',3)

  2. repeat('mindworks ',3)

  3. copy('mindworks ',3)

  4. copies('mindworks ',3)


Correct Option: D
  1. Dataset

  2. Program

  3. Job

  4. Procedure


Correct Option: C
  1. JOB, EXEC, DD

  2. DD,JOB, EXEC

  3. JOB, DD, EXEC

  4. EXEC, JOB ,DD


Correct Option: A
  1. To initiate the EXEC statement

  2. To identify job and tell MVS about the type an priority of Job.

  3. Strictly for identifying the job.

  4. None of the above.


Correct Option: B

VERY = VERIFY(RAMKUMAR,'JJK',M) SAY 'VERY IS : ' VERY

  1. 3

  2. 4

  3. 1

  4. 2


Correct Option: B