Answer Posted / ashok
in search all(bynary search)
set is used in 2 ways
1) if u incress/decress indexed varibles
ie set ws-a upto/downto 5.
it incress/decress indexvalue 5.
2) we canot use move clause in indexed so we use set
place of move like
ie set ws-a to 5.
it simply move 5 to ws-a.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
What are 77 levels used for?
What are the rules of the move verb?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Which division and paragraphs are mandatory for a COBOL program?
IF I mention stop run in CICS what happens?
) what is the difference between AID and HANDLE AID?
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.
How do get the result of your program directly on your pc?
How to print 10 to 1 if the input have only 10 digit number?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between PIC 9.99 and 9v99 in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can you please let me know the centre name of INS certification in Kolkata.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?