Explain the difference between an internal and an external
sort, the pros and cons, internal sort syntax etc.
Answer Posted / vampire
Internal sort is manual sort use in cobol.
external sort is in jcl using inbuild program name called sort
ex
//step1 exec pgm=sort
synatx for internal sort
sort/merge sortfile on ascending/descending
key1/key2/key3,using file1/file2/input procedure is
section-1 giving file3/file4/output procedure is section-2
nobody can write syntax more than this.it is combination.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are various search techniques in cobol? Explain.
What are the various section in data division and briefly explain them.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you define single dimensional array and multidimensional array in your cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is amode(31)
Write down the divisions of cobol program?
What are the pertinent COBOL commands?
In COBOL, what is the different between index and subscript?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?