Answer Posted / gopal chand
Kavya Answer is Correct, Either Ascending or Descending
Order using Search All. Using Search there is no need of
Sorting Order
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
How do define dynamic array in cobol.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between next sentence and continue in cobol programing language?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between goback, stop run and exit program in cobol?
What are 77 levels used for?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are literals?
how to move the records from file to array table. give with code example
explain sorting techniques in cobol program?
What kind of error is trapped by on size error option?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between a binary search and a sequential search what are the pertinent cobol?