describe 805 error
Answers were Sorted based on User's Feedback
Answer / kumar
dbrm bind plan not found at the time of run..............
plz correct me.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / paddu
-805 error means at the binding process time,dbrm or
package not found in plan.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / dn
the sqlcode=-805 get in db2 application program due to the mis matching of the load library for program-id(program name ).
| Is This Answer Correct ? | 6 Yes | 4 No |
805 error means token not found.
it's nothing but inserting duplicates...
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sujith
we cannot compile db2 and cobol statements with jcl,so with
dnshpc utiliti we can change db2 statements as call
statements. 805e means timestamp mismatch of db2 ad cobol
statements
| Is This Answer Correct ? | 0 Yes | 9 No |
Answer / dn
the sqlcode=-805 get in db2 application program due to the mis matching TIME STAMP of the dbrm library and load library for program-id(program name ).
| Is This Answer Correct ? | 1 Yes | 14 No |
What are the different rules for performing sort operation?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
What is the reference modification.
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
plz,could any one tell me? what about EBCDIC in cobol?briefly?
When is inspect verb is used in cobol?
Can we call a CICS program from a batch program or viceversa?If so, how?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
File status must be checked both while opening and reading the file or only while reading the file?