CICS interview Questions Part – XI
Q241)   If DATAONLY option is specified in the SEND MAP command what will happen?
A241)    Only the symbolic map will be send
Q242)   What will happen if the TDQ that you want to delete is not in the DCT?
A242)    QIDERR will occur
Q243)   The read of a record from an Intrapartition TDQ is not destructive(True or False).
A243)    True
Q244)   An XCTL uses more CPU time than LINK (True or False)
A244)    False
Q245)   What is the primary function of the Sign-on Table?
A245)    Register security information of all programs
Q246)   Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False).
A246)    True
Q247)   When there are 2 records with the same key specified in a DELETE operation what will happen?
A247)    DUPKEY condition will be set
Q248)   The application programs that contain the SQL statements must be Pre-compiled for converting the SQL statements into equivalent COBOL statements (True or False)
A248)    True
Q249)   What are the databases that CICS can access?
A249)    DB2, DL/I, ORACLE
Q250)   The first step in the development of an application system is the Requirement Analysis(True or False).
A250)    True
Q251)   CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
A251)    True
Q252)   How to get the sign-on user-id from an application program?
A252)    ASSIGN command with USERID option
Q253)   What is a Logical Unit of Work (LUW)?
A253)    A sequence of operations logically tied together
Q254)   Translation Time is not reduced if the Pre-compilation is done first(True or False).
A254)    True
Q255)   What is the general Command format of CICS ?
A255)    EXEC CICS followed by the command
Q256)   If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False).
A256)    True
Q257)   For multithreading an application program need not be re-entrant(True or False).
A257)    True
Q258)   Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields if the EIB?
A258)    The date and time at the task initiation
Q259)   What is the error condition that is set when the file specified in the NAME option is not in the FCT?
A259)    PGMIDERR
Q260)   For protecting a transaction using the transaction security function, the two things that must be done are:
1. in the SNT entry of the user who you which to allow to access a protected transaction, specify SCTKEY=n
2. In the PCT entry of the transactions that you wish to protect specify the TRANSEC=n. (True or False)
A260)    True
Q261)   What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
A261)    ADD,BROWSE,DELETE,READ,UPDATE
Q262)   ‘CICS’ system services provides an interface between CICS and the operating system and carries out the functions like loading and releasing of application programs, acquiring and freeing of storage , task scheduling, etc (True or False).
A262)    True
Q263)   What are the parameters that you have to give when you are using the CSSN transaction?
A263)    None
Q264)   What is the command that is used to delay the processing of a task for a specified time interval or until a specified time?
A264)    WAIT
Q265)   NMDS is both device dependent and format dependent (True or False)
A265)    True
Q266)   Which is the EIB field that gives the date when a task was started?
A266)    EIBDATE
Q267)   Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
A267)    CLEAR
Q268)   Reading a record from a TSQ will logically delete the record from the Queue (True or False).
A268)    True
Q269)   What is the option that is used to erase all unprotected fields during a SEND MAP operation?
A269)    ERASEAUP
Q270)   What is the CICS command that is used to receive the un-formatted data from the terminal or logical unit of a communication network?
A270)    RECEIVE
Popularity: unranked [?]
Related interview questions
- CICS interview Questions Part – X
- CICS interview Questions Part – XII
- CICS interview Questions Part – I
- CICS interview Questions Part – VII
- CICS interview Questions Part – II











Leave your response!
You must be logged in to post a comment.