How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
7 28557
What is the local-storage section?
What are the different rules of SORT operation?
What are declaratives and what are their uses in cobol?
How to print 10 to 1 if the input have only 10 digit number?
Mention the guidelines to write a structured cobol program?
What type of SDLC u followed? Why?
What are all the divisions of a COBOL program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between external and global variables in COBOL?
what happens if parmparameter passes zero bytes to the program
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between Call and a Link?
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning