What are different file OPEN modes available in COBOL?
Answer Posted / arti
input,output,i-o,extend.
Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How do u write test cases?
What are the pertinent COBOL
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What guidelines should be followed to write a structured cobol prgm?
Explain how you can characterize tables in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How do you get the data to code the BMS macro?
What is the difference between Call and a Link?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the different data types in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between PIC 9.99 and PIC9v99?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code to count the sum of n natural numbers.
How do you differentiate between cobol and cobol-ii?