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
Give certain situations where NEWCOPY is obligatory?
What does a cics translator do?
If we say that bms length of field = 0, then what does that mean?
What are the cics tables?
What does the 'cebr:cics' transactions do?
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?
how do you execute a background cics txn ?
Explain the difference between a physical bms mapset and a logical bms mapset?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Kindly specify the pic clause for the any bll cell type of data fields?
Can you explain common systems area?
What are the common tables in cics and their usage?
What are some of the cics commands associated with interval control?
What is the eib?
Explain the difference between and exec cics xctl and an exec cics link command?