what happens if we wont give timestamp in precompilation process ?

Answers were Sorted based on User's Feedback



what happens if we wont give timestamp in precompilation process ?..

Answer / suputhru

yes, nothing will happen.
Timestamp will automatically generted in precompilation time.

we don't give that.

Is This Answer Correct ?    6 Yes 0 No

what happens if we wont give timestamp in precompilation process ?..

Answer / vinodquestion

I think Timestamp is automatically generted in precompilation process.

If Timestamp mismatches 818 error will occur.

Is This Answer Correct ?    7 Yes 2 No

what happens if we wont give timestamp in precompilation process ?..

Answer / vinodquestion

Rajesh not 811 it is 818..

find ones...

Is This Answer Correct ?    5 Yes 0 No

what happens if we wont give timestamp in precompilation process ?..

Answer / rajesh

We dont need to give any timestamp during precompilation.

If the token error happens the bind will fail giving -811
SQLCODE

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More COBOL Interview Questions

What is a report item?

0 Answers  


how would you resolve sb37 and SE37?

2 Answers   Hewitt,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


What is the difference between copy and include in cobol?

1 Answers  


There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?

2 Answers  






Why there is no questions in this column?

6 Answers  


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


without performing any operations on a file how can i know whether it contains data or not

2 Answers  


How can you add a particular field in copybook?

2 Answers   L&T,


what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,


What is redefines clause in COBOL?

0 Answers   B-Ways TecnoSoft,


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,


Categories