0

mainframe Online Quiz - 63

Description: mainframe Online Quiz - 63
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Extra Partition Transient Data Queue (TDQ)

  2. Intra Partition Transient Data Queue (TDQ)

  3. Temporary Storage Queue (TSQ)

  4. All of the above


Correct Option: B

CICS Control table to register the applicatin PLAN?

  1. PCT

  2. DCT

  3. TCT

  4. RCT


Correct Option: D

CICS Supports both static and dynamic calls TRUE or FALSE?

  1. True

  2. False


Correct Option: A

CICS Transaction used to test BMS MAPs without writing a COBOL program?

  1. CEDF

  2. CEMT

  3. CECI

  4. CEDA


Correct Option: C

CICS Supports both QSAM & VSAM datasets

  1. True

  2. False


Correct Option: B

EXEC CICS LINK & COBOL CALL statements function alike TRUE or FALSE?

  1. True

  2. False


Correct Option: A

CICS RETURN command will always pass control back to the calling program TRUE or FALSE?

  1. True

  2. False


Correct Option: B
  1. EXEC CICS UNLOCK

  2. EXEC CICS CANCEL

  3. EXEC CICS IGNORE

  4. EXEC CICS RETRIEVE


Correct Option: B
  1. word()

  2. wordindex()

  3. wordnumber

  4. wordno()


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

  2. repeat('mindworks ',3)

  3. copy('mindworks ',3)

  4. copies('mindworks ',3)


Correct Option: D

Which of the following will produce the following output? '02 Nov 1997'

  1. DATE('W')

  2. DATE('E')

  3. DATE('N')

  4. DATE('D')


Correct Option: C

What is the unit of work in JCL?

  1. Dataset

  2. Program

  3. Job

  4. Procedure


Correct Option: C

Provide the Correct Sequence of JCL statements.

  1. JOB, EXEC, DD

  2. DD,JOB, EXEC

  3. JOB, DD, EXEC

  4. EXEC, JOB ,DD


Correct Option: A

What is the use of JOB CARD?

  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
- Hide questions