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 |
What are the steps you go through while creating a COBOL program executable?
why we are using set in searchall?
what happens if parmparameter passes zero bytes to the program
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
if we have a 10 steps how to override the 4th step in jcl?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
How to retrive the 9th records out of ten records using the cobol program ?
1.What is the limit of linkage section?