How does -818 sql error occur? Why does it happen and what
can be done to overcome this error code?

Answers were Sorted based on User's Feedback



How does -818 sql error occur? Why does it happen and what can be done to overcome this error code..

Answer / swetha

IT is a TIMESTAMP error..

When loadmodule and plan are out of sync then this error'l
be occures.

Is This Answer Correct ?    5 Yes 1 No

How does -818 sql error occur? Why does it happen and what can be done to overcome this error code..

Answer / 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

How does -818 sql error occur? Why does it happen and what can be done to overcome this error code..

Answer / 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

How does -818 sql error occur? Why does it happen and what can be done to overcome this error code..

Answer / goud

-818: precompiler generated timestamps mismatch between the load module and plan
Resolution: do fresh rebind

Is This Answer Correct ?    1 Yes 0 No

How does -818 sql error occur? Why does it happen and what can be done to overcome this error code..

Answer / guest

817

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?

2 Answers   IBM,


WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 Answers  


The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  






Can we write same stepname for one or more steps in on job ?

2 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


Why do you use a control card?

3 Answers   IBM, iNautix,


how to code instream data in procedure?

3 Answers  


Is there any command to check wether the ps file is in sorted order?

4 Answers  


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


Explain about REXX

1 Answers  


Categories