Answer Posted / srinu
In CICS-DB2 Plan is located RCT table
| Is This Answer Correct ? | 4 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
Why did you choose to work with ibm mainframe cobol programming?
How do you reference the following file formats from cobol programs?
how do you reference the ksds vsam file formats from cobol programs
Write a program to explain size error.
how do you reference the printer file formats from cobol programs
what is the use of outrecord?
What are declaratives and what are their uses in cobol?
Are you comfortable in cobol or jcl?
What are the different types of condition in cobol and write their forms.
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 we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is link edit in cobol?
What is the difference between comp and comp-3?