what happens if we wont give timestamp in precompilation process ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
01 b pic +9(4) How many bytes it will take for storage???
Difference between ps, esds
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the divisions in a cobol program?
What is the size of s9(19)comp3? explain
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
What is report-item in COBOL?
What is the difference between goback, stop run and exit program in cobol?