HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?

Answer Posted / raghav

by using sort function in jcl
jst take the the on whuch we are going to use the searchall
as input file

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different rules for performing sort operation?

753


What is the LINKAGE SECTION used in COBOL?

883


What are the different data types in cobol?

781


What is the local-storage section?

672


what is difference between cobol and cobol/400

21546






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

693


What is the default value(s) for an initialize and what keyword allows for an override of the default?

686


How are the next sentence and continue different from each other?

753


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

696


What are various search techniques in cobol? Explain.

639


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1639


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1915


Explain about different table spaces.

642


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

2096


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.

1998