Answer Posted / harsha
1 You cannot change the value of primary key using REWRITE.
If you try to do so, CICS will assume that you are trying
to uopdate a record without a READ with UPDATE option. This
will cauase an INVREQ error to occur.
2 You did not provide STARTBR command before issuing
READNEXT/READPREV.
3 Incase of STARTBR/RESETBR,we usually specify GENERIC and
KEYLENGTH. KEYLENGTH must be numeric, half word Binary and
less than the length of RIDFLF field's length.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are transient data sets defined to cics?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
how do you intitiate another transaction?
What is an mdt (modified data tag)?
What is the meaning of the enq command?
What do you mean by CEMT?
Explain processing program table(ppt)?
Explain how would you resolve an asra abend?
Explain the logical message in cics?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
How do we pass parameters into a CICS –DB2 program
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?
What is the tcp in the cisc?
Explain the difference between a physical bms mapset and a logical bms mapset?
Differentiate between PCT and FCT.