How does -818 sql error occur? Why does it happen and what
can be done to overcome this error code?
Answer Posted / somalaraju
do the Precompilation again to overcome Timestamp mismatch(-818 error),bcz Timestamp is allocated at Precompilation time only.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
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.
What is the function of //jcllib statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the difference between JES3 and JES2?
How can unused space allocation be returned to the system when a dataset is closed?
Explain about LMQUERY�give a dialog information about a data set
How is the record format of an output dataset specified?
Explain the function of the steplib dd statement?
What is timing concept in mainframe?
Is it possible to left uncode disp?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to pass data to a program that is coded in an exec statement?
which utility is used a dummy utility?
What is the function of the dd avgrec keyword in sms datasets?
What is the purpose of the dd keylen parameter?