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 rules are to be followed while using the corresponding options?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
What is amode(24)?
is it possible to declare index in cobol program? if it is not why its tell me pls
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?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
can we use the two 01 level in file discription ?