Answer Posted / vampire
yeah it is not necessary to give in ascending order
i ill give u d syntax
set indexname to 1
search identifier1 at end "not found"
when dataname1=literal1/identifier1 and
dataname2=ilteral2/identfiier2
perform para a
end-search
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
how do you reference the esds vsam file formats from cobol programs
How you can read the file from bottom?
How do u write test cases?
Define cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to know whether the module is dynamical or statistical?
How do get the result of your program directly on your pc?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Mention the guidelines to write a structured cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different open modes available in cobol?
Give some examples of command terminators?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Whats the difference between search & search ALL?