Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / ravinder
maintech is superb... 4 mainframes. and after that mat, om.
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
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 will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write down the divisions of cobol program?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between Call and a Link?
A table has two indexes defined. Which one will be used by the SEARCH?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how do you reference the variable unblock file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do you reference the fixed block file formats from cobol programs