How many sections are there in data division?.
Answer Posted / aji cherian
there are 6.
Apart from above 5 , One more ie, local-storge section.
| Is This Answer Correct ? | 24 Yes | 14 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
How to remove 2 duplicate records and copy only one using job control language?
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?
Can we redefine the field of x(200) to less than 200?
What are different data types in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how do you reference the rrds file formats from cobol programs
What is rmode(24)
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between next sentence and continue in cobol programing language?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
HOw can I get the negative sign while deduct high value from low value
What is an in line perform? When would you use it? Anything else you wish to say about it.
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?
how to move the records from file to array table. give with code example