why occurs clause not mentioned in 01 level
Answer Posted / rajkumar
because that level mention only record name if you are
using occur that is repeated more than one time
so record name not repeated more than one time. field only
repeated more time
| Is This Answer Correct ? | 45 Yes | 6 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the variable unblock file formats from cobol programs
Define static linking and dynamic linking.
Give some examples of command terminators?
What is the difference between comp and comp-3 usage?
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?
Whats the difference between search & search ALL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different data types in cobol?
Write a program that uses move corresponding.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Discuss about changing dataset name in proc.
What is the difference between Call and a Link?
What guidelines should be followed to write a structured cobol prgm?