How many types of sorts are there in cobol?
Answer Posted / samrat
Two types of sort are there:-
1) DFSORT
2) SYNCSORT
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
) how do u code after getting data?
What are the different rules to perform a Search?
what happens if parmparameter passes zero bytes to the program
Give some examples of command terminators?
Why did you choose to work with ibm mainframe cobol programming?
What are the various section in data division and briefly explain them.
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.
What are 77 levels used for?
Which mode is used to operate the sequential file?
how do you define single dimensional array and multidimensional array in your cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
In COBOL, what is the different between index and subscript?
Write the code implementing the perform … varying.