subscript and index r not coded in u r application program
what will happen?
Answer Posted / kiran
nothing will happen
instead of subscript and index
we have to write same data repeatedly which occurs multiple
times.
if we use subscript it means occurance of same data multiple
times
by using index we can preform operations fast y bcoze using
index reffers to register variable as we knw if we perform
actions using index variable always fast
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is length is cobol?
How do you differentiate between cobol and cobol-ii?
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?
Can a Search can be done on a table with or without Index?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
In COBOL programming, what is PERFORM? What is VARYING?
Name the divisions, which are available in a cobol program?
Write a program that uses move corresponding.
what are decleratives in cobol?
how do you reference the variable unblock file formats from cobol programs
How do you reference the following file formats from cobol programs?
What is the difference between PIC 9.99 and PIC9v99?
what is the use of outrecord?
How many sections are there in data division in COBOL?