- Can you define multiple maps in a BMS map set
- What is the difference between a PF key & a PA key
- What are the situations under which NEWCOPY is required
- What is ENQ, DEQ
- What is the function of the CICS translator
- Which is the macro used for making an entry in the PPT
- What do the keywords MAPONLY and DATAONLY mean
- What is the primary objective of CICS
- How do you access storage outside your CICS program
- What is the function of the Terminal Control table
- Can you access ESDS files from CICS
- What is the different ways to initiate a task
- What is a Logical Unit of Work (LUW)
- What is ENQ in CICS
- What is the MASSINSERT option
- What are the two outputs created as a result of generation of a map
- Why is a TERM ID recommended in naming a TSQ
- What is the CICS command that gives the length of TWA area
- What are Journal Recovery and Dynamic Transaction Blackout
- What is the meaning and use of the EIBAID field
- What is the difference between FSET and FRSET
- What is the difference between a physical BMS mapset and a logical BMS mapset
- Explain the various ways data can be passed between CICS programs
- What is the other way of terminating a transaction
- How do you control cursor positioning
- What is the name of the mapset definition macro
- What is transient data
- How are programs reinitiated under CICS
- Explain re-entrance as applies to CICS
- How do you get data from a task that began with a START command
- What is MDT
- What are FSET, FRSET
- How do you define Task Work Area
- How do you read from a TSQ
- What does EIB mean
- What is the common work area (CWA)
- Name and explain some common CICS abend codes
- What is the common systems area (CSA)
- When you do a START, what will the value of EIBCALEN
- What?s the CICS command used to access current date and time
- What are the two types of transient data queues
- What is the purpose of the Program List Table
- Can you use DYNAMIC calls in CICS
- What is difference between call and link
- What do the terms locality of reference and working set mean
- What is the difference between the enter key, the PF keys and the PA keys
- Explain how to handle exceptional conditions in CICS
- Explain the basic difference between Intra partition TDQ and Extra partition TDQ
- What command do you issue to delete a record in a transient data queue
- What are the 3 working storage fields used for every field on the map
- What is meant by program reentrance
- What is an ASRA
- What is a cursor in CICS sql processing
- What are different ways of initiating transaction in CICS
- What is the command that is used to add a new record to the file
- Can you issue SQL COMMIT from a CICS program
- Why must all CICS programs have a Linkage Section
- What is the command used for receiving a map from a terminal
- What are the attribute values of Skipper and Stopper fields
- What is a two Phase committed in CICS
- How VSAM files are Read in CICS programs
- Which transient data queue supports ATI
- What is a map set
- How do you rollback data written to an ESDS file
- What is meant by a CICS task
- What is the significance of RDO
- What is the use of DSECT parameter in BMS
- Explain the means of supporting pseudo conversation programming
- What are the differences between DFHCOMMAREA and TSQ
- What CICS command do you need to obtain the user logon-id
- How will you place cursor on a field called EMPNO
- Why doesn?t CICS use the Cobol Open and Close statements
- How do you place the cursor on a particular position on the screen
- How to establish dynamic cursor position on a map
- How to get the cursor position when we receive a map
- What is the difference between the XCTL and LINK commands
- What is the CICS Command that is used for reading a record from the TDQ
- Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call
- What is the CICS supplied transaction which performs syntax checking of a CICS comman
- How To Set MDT Through Application Program?
- What is the function of the EXEC CICS HANDLE CONDITION command
- Which option of the PCT entry is used to specify the PF key
- What are the six different types of argument values in COBOL
- What CICS command would you use to read a VSAM KSDS
- The EIB field which gives the last CICS command executed
- What is the process of converting the CICS commands into the equivalent host language
- What happens to resources supplied to a transaction when an XCTL command is executed
- Explain the term Function Request Shipping
- How is addressability achieved to the data outside programs working-storage
- What is the error condition that is set when the file specified in the NAME option
- Which command is used to release a record on which exclusive control is gained
- What is interval control and what are some of the CICS commands associated with it
- What is the command that is used to delay the processing of a task for a specified
- What CICS command would you use to read a VSAM KSDS sequentially in ascending order
- How can you accomplish breakpoint in interest
- What is the primary function of the Sign-on Table
- What are the CICS commands associated with transient data queue processing
- What is the CICS command that is used to copy a screen image of a terminal
- What are the two ways of breaking a CPU bound process to allow other tasks to gain
- Which CICS system program is responsible for handling automatic task initialization
- What is the difference between CICS Program Control Table (PCT) and CICS Processing
- What is the command which will delete a program loaded into the main storage
- What are the three ways available for a program to position the cursor on the screen
- What does the BUFFER option in RECEIVE mean
- What is a logical message in CICS
- What is the most common way of building queue-id of a TSQ
- What are the three BMS options
- The error code AEIV
- What is CECI
- What is ATI? What kind of TDQ can be used
- What are the CICS commands available for program control
- What is the difference between the INTO and the SET option in the EXEC CICS
- Can you simply check if length = 0 for checking if a field was modified
- What is the difference between using the READ command with INTO option and SET option
- What are the CICS commands associated with temporary storage queue processing
- How would you resolve an ASRA abend
- What is the general Command format of CICS
- How do you delete Item 3 in a five-item TSQ
- Which CICS service transaction is used to gain accessibility to CICS control tables
- What are the differences between TSQ and TDQ
- Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID
- What are the differences between and EXEC CICS XCTL and an EXEC CICS START command
- What is EXEC CICS RETRIEVE
- What information do you get when an EXEC CICS STARTCODE is issued
- Which is the control table where you specify all the transaction that are to be start
- Which type of TDQ is read destructive
- What is the meaning of the SYNCPOINT command
- What is the COMMAREA
- What is the function of the LOAD command
- How much exceptional condition can be given in a HANDLE CONDITION
- What is the meaning of BMS length of field = 0
- What is the difference between START and XCTL
- What is the EXEC CICS HANDLE ABEND
- What are the databases that CICS can access
- How do you initiate another transaction
- Where are transient data sets defined to CICS
- What is an AEY9 abend
- Explain floating maps with illustration
- How do you fire a batch job from a CICS transaction
- How and where is the TWA size set
- What is the difference between LINK and XCTL
- Name some common CICS service programs and explain their usage
- For a CICS-DB2 program, how is the plan referenced
- What is the use of DCT
- Name some important fields in the EIB block
- What is trigger level in the context of TDQ
- How do you execute a background CICS transaction
- What CICS facilities can you use to save data between the transactions
- What is the command for reading a record form a TSQ
- What is the difference between a RETURN with TRANSID and XCTL
- How do you dynamically set the CURSOR position to a specific field
- What is the use of a TDQ, TSQ
- What is a deadlock
- What is the CICS LOAD command
- What is a resident program
- What are the 3 common ways to create maps
- Explain the term Transaction routing
- What is the access method used by DB2
- What is the command used to send a map to a terminal
- Do you receive the attribute byte in the symbolic map
- What does Pseudo Conversational mean
- What are extra partition & intra partition TDQ
- What is DFHEIBLK
- What is the function of DFHMDF BMS macro
- Is there any entry for TSQs in CICS tables
- Can we define an alternate index on VSAM/RRDS
- Name some of the common tables in CICS and their usage
- What are the steps you go through to create a BMS executable
- Name some translator and compile options and explain their meaning
- Name three ways the Modified Data Tag can be set on
- What is some of the information available in the EIB area
- What do the following transactions do
- What are attribute bytes and how and why are they modified
- Which is the EIB field that gives the date when a task was started
- What is a transid and explain the system transid CEMT
- Difference between TSQ & TDQ
- What is the difference between pseudo-conversational and conversational
- What is the effect of including the TRANSID in the EXEC CICS RETURN command
- How do you terminate an already issued DELAY command
- How do you make your BMS maps case sensitive
- Which is the command used for terminating a browse operation
- What are the parameters that you have to give when you are using the CSSN transaction
- How many conditions can you include in a single HANDLE CONDITION command
- What is CEDF
- What is BMS
- How do you use extended attributes
- What is the usage of language in the PPT entry
- What information can be obtained from the EIBRCODE
- What is the EIB
- Explain the termMRO
- What is Quasi-reentrancy
- What is ASRAABEND in CICS
- What are the beginning and end points of an LUW called
- How to get the sign-on user-id from an application program
- Why is it important not to execute a STOP RUN in CICS
- How is the stopper byte different from an auto skip byte
- What happens when a CICS command contains the NOHANDLE option
- How will you access a VSAM file using an alternate index
- How do you set the MDT option to ON status, even if data is not entered
- What tables must be updated when adding a new transaction and program
- How would you release control of the record in a READ for UPDATE
- Name the macros used to define the following: MAP MAPSET FIELD
- What is different system tables used in CICS
- What is the ABEND command and when would you use it
- What is the difference between link xctl
- What is the content of the PPT entry
- What does it mean when EIBCALEN is equal to zeros
- What is the primary function of the Processing Program Table
- What is an AICA abend
- What is CEBR
- What is multitasking and multithreading
- How is dynamic memory allocated within a CICS application program
- What is quasi-reentrant program
- How do you access the records randomly in TSQ
- What will happen if the TDQ that you want to delete is not in the DCT
- What is the difference between a Symbolic map and Physical map
- How do you establish a starting position in a browse operation
- What is effect on RECEIVE MAP when PF key is pressed
- What is the difference between a package and a plan
- How does one bind 2 versions of a CICS
- What is the command used to request notification when the specified time has expired
- Which is the command that is used to dump the main storage areas related to a task
- What is the CICS command that is used to receive the un- formatted data
- How can you start a CICS transaction other than by keying the Transaction ID
- Which of the following statements correctly describe the syntax of CICS command
- Which is the program which determines whether a transaction should be restarted
- When there are 2 records with the same key specified in a DELETE operation
- What is the name of the log which contains the information needed to restart