can we use full outer join with cursors declared in cobol
program?
Answer Posted / raghu
no we cant use joins in cursors
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
When is inspect verb is used in cobol?
What is the difference between next sentence and continue in cobol programing language?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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 type of SDLC u followed? Why?
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
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you reference the fixed unblock file formats from cobol programs
What is amode(31)
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the variable unblock file formats from cobol programs
What is inspect in cobol ?
What is the difference between goback, stop run and exit program in cobol?