what is invreq condition?
Answers were Sorted based on User's Feedback
Answer / nevin modiyil philip
We gt an inreq error if we fail to specify the key length
option or wen u start a browser with a generic option.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
Answer / viratarya
Invalied request occurs (AE13)
1, when we read an file with generic option and when we
fail to specify an key length option .
2, start browse with an generic option . and issuing an
read previous . ie we cant have an read previous on a file
if u stare browse with an generic option
| Is This Answer Correct ? | 1 Yes | 1 No |
What is eib?
How do you make your BMS maps case sensitive?
What is data only and map only in cics
What is meant by a CICS task?
Explain the difference between physical map and symbolic map?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
how can we display negative sign in a map?
Highlight the points of differences between XCTL and START?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
Can you explain dfheiblk?
what are the thress bms options?
Can you define attribute byte?