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 |
How many exceptional condition can be given in a HANDLE CONDITION?
How do you rollback data written to an ESDS file?
How is Telon(CA-Telon) used to build map?
What is the syncpoint command?
Kindly specify the pic clause for the data type of length option field type of data fields?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
How to establish dynamic cursor position on a map?
Define an asra abend?
What is program reentrance?
how do u see the output of cics program?