InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 201. |
What Is Ceci? |
|
Answer» CECI is the COMMAND LEVEL interpreter transid that interactively executes CICS commands. It is a rudimentary CICS command debugger which does not REQUIRE CODING an entire program. CECI is the command level interpreter transid that interactively executes CICS commands. It is a rudimentary CICS command debugger which does not require coding an entire program. |
|
| 202. |
What Is Cedf? |
|
Answer» CEDF is the EXECUTE diagnostic FACILITY that can be used for DEBUGGING CICS programs. CEDF is the execute diagnostic facility that can be used for debugging CICS programs. |
|
| 203. |
What Is Cebr? |
|
Answer» CEBR lets you BROWSE the CONTENTS of a specific TEMPORARY storage QUEUE. CEBR lets you browse the contents of a specific temporary storage queue. |
|
| 204. |
What Is A Logical Message In Cics? |
|
Answer» A logical message is a SINGLE unit of output created by SEND TEXT or SEND MAP commands A logical message is a single unit of output created by SEND TEXT or SEND MAP commands |
|
| 205. |
What Is The Meaning Of The Enq And Deq Commands? |
|
Answer» Neither command is EXCLUSIVELY a transient data command. The ENQ command reserves any user defined RESOURCE for the specific TASK. For enqueued transient data no other task will be able to write RECORDS to it for as long as it is enqueued. DEQ removes the lock. Neither command is exclusively a transient data command. The ENQ command reserves any user defined resource for the specific task. For enqueued transient data no other task will be able to write records to it for as long as it is enqueued. DEQ removes the lock. |
|
| 206. |
How Do You Delete Item 3 In A Five-item Tsq? |
|
Answer» You can't at least not directly. Options, none of them GOOD, inlude: You can't at least not directly. Options, none of them good, inlude: |
|
| 207. |
What Is Interval Control And What Are Some Of The Cics Commands Associated With It? |
|
Answer» CICS interval CONTROL provides a VARIETY of time-related FEATURES - common commands are ASKTIME, PORMATTIME, START, RETRIEVE, and CANCEL. CICS interval control provides a variety of time-related features - common commands are ASKTIME, PORMATTIME, START, RETRIEVE, and CANCEL. |
|
| 208. |
What Is Task Control And What Are The Cics Commands Associated With It? |
|
Answer» TASK control REFERS to the CICS functions that manage the execution of TASKS. Task control commands are SUSPEND, ENQ, and DEQ. Task control refers to the CICS functions that manage the execution of tasks. Task control commands are SUSPEND, ENQ, and DEQ. |
|
| 209. |
What Is The Cics Load Command? |
|
Answer» The LOAD COMMAND RETRIEVES an object PROGRAM from disk and loads it into MAIN STORAGE - it's primarily used for a constant table that will be available system-wide. The LOAD command retrieves an object program from disk and loads it into main storage - it's primarily used for a constant table that will be available system-wide. |
|
| 210. |
What Is The Abend Command And When Would You Use It? |
|
Answer» The ABEND command forces a TASK to END ABNORMALLY. It creates a transaction DUMP and invokes the dynamic transaction backout. The ABEND command forces a task to end abnormally. It creates a transaction dump and invokes the dynamic transaction backout. |
|
| 211. |
Db2 What Is The Difference Between A Package And A Plan. How Does One Bind 2 Versions Of A Cics Transaction With The Same Module Name In Two Different Cics Regions That Share The Same Db2 Subsystem? |
|
Answer» Package and plan are usually used SYNONYMOUSLY, as in this site. Both contain OPTIMIZED code for SQL statements - a package for a single PROGRAM, module or subroutine contained in the database request module (DBRM) library. A plan may contain MULTIPLE PACKAGES and pointers to package that could be referenced in two different plans. Package and plan are usually used synonymously, as in this site. Both contain optimized code for SQL statements - a package for a single program, module or subroutine contained in the database request module (DBRM) library. A plan may contain multiple packages and pointers to package that could be referenced in two different plans. |
|
| 212. |
How To Build Up Lu 6.2 Communication? |
|
Answer» Pseudo-conversational transactions are almost ALWAYS the PREFERRED method. In these MODE CICS releases RESOURCES between responses to user input, i.e. the task is ended awaiting the user RESPONSE. Pseudo-conversational transactions are almost always the preferred method. In these mode CICS releases resources between responses to user input, i.e. the task is ended awaiting the user response. |
|
| 213. |
Why Is It Important Not To Execute A Stop Run In Cics? |
|
Answer» STOP RUN will COME out from the CICS REGION. Stop run will come out from the CICS region. |
|
| 214. |
What Is The Difference Between A Symbolic Map And Physical Map? |
|
Answer» SYMBOLIC MAP IS USED BY USER AND PHYSICAL MAP IS USED BY SYSTEM SYMBOLIC MAP IS USED BY USER AND PHYSICAL MAP IS USED BY SYSTEM |
|
| 215. |
Can A Program Change Protected Field? |
|
Answer» NO NO |
|
| 216. |
What Is The Difference Between Physical Map And Symbolic Map? |
|
Answer» The PHYSICAL map is the load module and the SYMBOLIC map is the data STRUCTURE. The physical map is the load module and the symbolic map is the data structure. |
|
| 217. |
What Is The Attribute Byte? |
|
Answer» DEFINES the display/transmission of FIELD. Most CASES is an OUTPUT field from the PROGRAM. Defines the display/transmission of field. Most cases is an output field from the program. |
|
| 218. |
What Is Mdt? What Are Fset, Frset? |
|
Answer» MDT: Bit in the ATTRIBUTE byte INDICATING modification of field on screen. Happens on an INPUT operation. MDT: Bit in the attribute byte indicating modification of field on screen. Happens on an input operation. |
|
| 219. |
When You Compile A Cics Program, The (pre) Compiler Puts An Extra Chunk Of Code. Where Does It Get Included And That Is It Called? What Is Its Length? |
|
Answer» DFHEIBLK, DFHCOMMAREA. |
|
| 220. |
What Is The Use Of Dct? |
|
Answer» DESTINATION CONTROL Table USED DEFINE TDQS Destination Control Table used define TDQs |
|
| 221. |
What Is Enq, Deq? |
|
Answer» TASK CONTROL commands to make RESOURCES serially reusable. Task control commands to make resources serially reusable. |
|
| 222. |
What Is An Asra Abend? |
|
Answer» Any DATA EXCEPTION PROBLEM SOC7, SOC4 ETC. Any data exception problem SOC7, SOC4 etc. |
|
| 223. |
What Is An Aey9 Abend? |
|
Answer» DB2/IDMS not up. DB2/IDMS not up. |
|
| 224. |
What Is Exec Cics Retrieve? |
|
Answer» USED by STARTED tasks to GET the parameters PASSED to them. Used by STARTed tasks to get the parameters passed to them. |
|
| 225. |
Name Some Important Fields In The Eib Block? |
|
Answer» EIBRESP, EIBCALEN, EIBRRCDE, EIBTASK, EIBDATE, EIBTIME EIBRESP, EIBCALEN, EIBRRCDE, EIBTASK, EIBDATE, EIBTIME |
|
| 226. |
Can You Use Dynamic Calls In Cics? |
|
Answer» YES, the called routine must be defined in PPT and the CALLING PROGRAM must use CALL identifier... Yes, the called routine must be defined in PPT and the calling program must use CALL identifier... |
|
| 227. |
How Do You Handle Errors In Cics Programs? |
|
Answer» CHECK EIBRESP after the CALL or USE the HANDLE CONDITION. Check EIBRESP after the call or use the HANDLE condition. |
|
| 228. |
What Is The Usage Of Language In The Ppt Entry? |
|
Answer» LANGUAGE INTERFACE and CALL PARAMETERS Language interface and call parameters |
|
| 230. |
How Would You Resolve An Asra Abend? |
|
Answer» In COBOL II START with CEBR, and GET the offset/instruction. In COBOL II start with CEBR, and get the offset/instruction. |
|
| 231. |
Can You Access Qsam (seq) Files From Cics? |
|
Answer» No No |
|
| 232. |
Can You Access Esds Files From Cics? |
|
Answer» Yes Yes |
|
| 233. |
What Is The Primary Objective Of Cics? |
|
Answer» To PROVIDE the CONTROL and SERVICES of the DB/DC SYSTEM. To provide the control and services of the DB/DC system. |
|
| 235. |
What Is The Difference Between Start And Xctl? |
|
Answer» START is USED to start a new TASK. It is a interval CONTROL command. XCTL is used to pass control to a PROGRAM within the same task. It is a program control command. START is used to start a new task. It is a interval control command. XCTL is used to pass control to a program within the same task. It is a program control command. |
|