Answer Posted / ramaswaminaidu g
Both vamsi and sivakumar are correct.we can use while
redefining o1 level and while using variable length records.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a scope terminator give example?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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 declaratives and what are their uses in cobol?
Name the sections present in data division.
Why would you use find and get rather than to obtain?
What are the various section in data division and briefly explain them.
Differentiate between structured cobol programming and object-oriented cobol programming.
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between binary search and sequential search?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to know whether the module is dynamical or statistical?
how to move the records from file to array table. give with code example
What is the difference between PIC 9.99 and 9v99 in COBOL?