How many sections are there in data division?.
Answer Posted / vampire
Data divison 6 sections
Linkage section
report secion
message/communication session
working storage section
screen section
file section
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
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 are the different open modes available in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between comp and comp-3 usage?
What are the cobol coding sheets?
What is the Purpose of Pointer in the string?
A table has two indexes defined. Which one will be used by the SEARCH?
what is the difference between COBOL2 AND COBOL390?
explain sorting techniques in cobol program?
How do you get the data to code the BMS macro?
What are the different rules of SORT operation?
What is the difference between perform … with test after and perform … with test before?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Why did you choose to work with ibm mainframe cobol programming?
Can we redefine the field of x(200) to less than 200?