How do you sort in a COBOL program? Give sort file
definition, sort statement syntax and meaning.
Answer Posted / ram
THE ABOVE ONE IS CORRECT
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
For rewrite, why is it mandatory that file needs to be opened?
) How do u handle errors in BMS macro
What is amode(31)
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Describe the cobol database components?
How do get the result of your program directly on your pc?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is report-item in COBOL?
Can we redefine the field of x(200) to less than 200?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Can we change the password using ALTER? anyone tried and changed?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In COBOL programming, what is PERFORM? What is VARYING?