Answer Posted / veeru
what ever the data we entered for automatic transaction
initiation by using START() function, we able to get that
data by using RETRIEVE.......
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how do you reference the variable block file formats from cobol programs
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the fixed unblock file formats from cobol programs
What is the problem of ordered sequential files access?
What is link edit in cobol?
What is difference between static and dynamic call in cobol?
How many bytes S(8) comp field occupy and its maximum value?
Explain what you understand by passing by value.
What is the difference between comp and comp-3?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between perform … with test after and perform … with test before?