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
How do you reference the fixed block file formats from cobol programs
What is the local-storage section?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is difference between static and dynamic call in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How many bytes S(8) comp field occupy and its maximum value?
Write the code implementing the perform … varying.
What is the difference between perform … with test after and perform … with test before?
Write a program that uses move corresponding.
State the various causes of s0c1, s0c5 and s0c7.
what is the use of outrecord?
How you can characterize tables in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Explain the configuration section of a cobol program with examples of syntax.