In an array processing what is the thing that can be done
by using subscripts but not by using index
Answer Posted / sweety
we can display subscripts but not index ....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Which Search verb is equivalent to PERFORM…VARYING?
What is perform what is varying?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the use of intialize verb?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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 is redefines clause in COBOL?
Can we redefine the field of x(200) to less than 200?
How to remove 2 duplicate records and copy only one using job control language?
What is the problem of ordered sequential files access?
Explain what you understand by passing by value.