What COBOL construct is the COBOL II EVALUATE meant to
replace?
Answer Posted / aji cherian
Nested if's
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Why would you use find and get rather than to obtain?
What is comp-1 and comp-2?
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.
Explain how to differentiate call by context by comparing it to other calls?
Describe the cobol database components?
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
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How can you get the ksds file records into your cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
How to know whether the module is dynamical or statistical?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is static and dynamic call in cobol?
HOw can I get the negative sign while deduct high value from low value