TYPES OF SORTINGS.
which is more prefarable.

Answer Posted / adarsha

internal sort.. because we can have data validations to the
max extent a programmer could do...

Is This Answer Correct ?    0 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5063


how to move the records from file to array table. give with code example

2219


how to convert the recors form vsam file to db2 table tru file aid

2763


Explain how you can characterize tables in cobol?

638


Write a program to enter and display the names of students in a class using the occurs clause.

652






Write the code implementing the perform … varying.

646


What are the pertinent COBOL commands?

2626


What is Pic 9v99 Indicates in COBOL?

726


How do you reference the fixed block file formats from cobol programs

705


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2008


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


Define static linking and dynamic linking.

669


In COBOL programming, what is PERFORM? What is VARYING?

672


How to print 10 to 1 if the input have only 10 digit number?

811