Explain the difference between an internal and an external
sort, the pros and cons, internal sort syntax etc.
Answer Posted / mailid
Sort fields syntax is
//SYSIN DD*
SORT FIELDS=(START POSITION,LENGTH,A/D,DATATYPE)
/*
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do get the result of your program directly on your pc?
What is cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Can a Search can be done on a table with or without Index?
What are 77 levels used for?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the compute verb? How is it used?
Explain the configuration section of a cobol program with examples of syntax.
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you differentiate between cobol and cobol-ii?
Which division and paragraphs are mandatory for a COBOL program?