what happens if we wont give timestamp in precompilation process ?
Answer Posted / 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 View All Answers
What are 77 levels used for?
What are the various section in data division and briefly explain them.
How do you differentiate between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Can you please let me know the centre name of INS certification in Kolkata.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the LINKAGE SECTION used in COBOL?
Which is not true about evaluate statement
How can you get the ksds file records into your cobol program?
What are different data types in cobol?
Write a cobol program making use of the redefine clause.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to print 10 to 1 if the input have only 10 digit number?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?