Home / CSE MCQs / CICS ::

CSE MCQs :: CICS

  1. Which table contains Program name or Mapset name, Task Use Counter, Language, Size, Main storage address, Load library address?
  2. A.
    Terminal Control Table
    B.
    Program Control Table
    C.
    Processing Program Table
    D.
    File Control Table

  3. How we call sub-program from cics program? EXEC CICS XCTL PROGRAM(PGM-NAME) END-EXEC
  4. A.
    False
    B.
    True
    C.
    Syntax not correct
    D.
    None

  5. What are the end-of -file conditions?
  6. A.
    VSAM- ENDFILE
    B.
    TSQ -ITEMERR
    C.
    TDQ - QZERO
    D.
    All of the above

  7. The major differences of TSQ and TDQ?
  8. A.
    TSQ can be read and re-read
    B.
    TDQ can not be re-read
    C.
    TSQ stores on main or auxilary storage. TDQ stores only on physical file (VSAM)
    D.
    All of the above

  9. What is the o/p from this command? EXEC CICS ASKTIME ABSTIME(DATA-ARAEA) END-EXEC
  10. A.
    Time
    B.
    Time Stamp
    C.
    Date and Time
    D.
    None

  11. Where do we define task work area?
  12. A.
    RCT
    B.
    PCT
    C.
    FCT
    D.
    PPT