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 is frset?
What are the uses of ppt in cics?
Explain how do you dynamically set the cursor position to a specific field?
What is the meaning of the eibaid field?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
Can you define mapset?
How do we pass parameters into a CICS –DB2 program
Explain how would you resolve an asra abend?
What is the pic clause for the hhmmss type of data fields?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the eib?
What are the types of important programs that are used in the cics?
What Are Send Map Maponly & Send Map Dataonly ?