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 the COMMAREA(communications area)?
Explain what is a cursor in cics sql processing?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is the EIB (execute interface block)?
What are the databases that CICS can access?
Name some common CICS service programs and explain their usage?
Can you have CICS code in a copybook? If yes, what happens during compilation?
What is Tclass in cics?what is its importance? How it is implemented?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
Explain the difference between a package and a plan.
Explain the difference between start and xctl?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?