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
What are the different types of condition in cobol and write their forms.
Difference between cobol and cobol-ii?
What is the difference between Call and a Link?
how do you define single dimensional array and multidimensional array in your cobol?
Write a program to explain size error.
What rules are to be followed while using the corresponding options?
What guidelines should be followed to write a structured cobol prgm?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How many bytes S(8) comp field occupy and its maximum value?
Describe the cobol database components?
) How do u handle errors in BMS macro
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?