how to convert vsam table into DB2 table?
Answer Posted / raghu
by using load utility
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is not true about evaluate statement
How to remove 2 duplicate records and copy only one using job control language?
how can i see junk values in dclgen or in hostvariable of comp ?
Describe the cobol database components?
What is a report item?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to know whether the module is dynamical or statistical?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What do you understand by psb and acb?
) How do u handle errors in BMS macro
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 is redefines clause in COBOL?
Write down the divisions of cobol program?
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?
State the various causes of s0c1, s0c5 and s0c7.