How does -818 sql error occur? Why does it happen and what
can be done to overcome this error code?
Answer Posted / vinay sonar
-818 means there is mismatch between timestamp of plan and
timestamp of loadmudule of COBOL program in precompilation
process
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I need exexution process for JCL programs
What do you understand by the term notcat 2 – gs?
How can a stopped job be started again?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
how you will the direct the data to spool using sysout option?
which parameter is use to declare the name of dataset in dd statement?
How do you create a temporary dataset?
How do you overcome this limitation ?
Is it possible to left uncode disp?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
how you can direct the data to spool using SYSOUT option?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the jcl procedures?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is use of restart and how to use it?