What are different file OPEN modes available in COBOL?
Answer Posted / aji cherian
Input, output, i-o and Extend
Is This Answer Correct ? | 53 Yes | 4 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
What the difference is between continue and next sentence?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the use of intialize verb?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
HOw can I get the negative sign while deduct high value from low value
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 rmode(any) ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how to convert the recors form vsam file to db2 table tru file aid
how to move the records from file to array table. give with code example
how do you reference the ksds vsam file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?