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
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How do u write test cases?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are 77 levels used for?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to print 10 to 1 if the input have only 10 digit number?
example for sub strings ? and refernce modifications whit output pls
What are literals?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is redefines clause in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is static and dynamic call in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How many sections are there in data division in COBOL?