How can we know that cobol program is using report file or
simple file....?
Answer Posted / jagan
Ashok, do we have a variable block attribute for a REPORT
file. As far as i have heard there is only FBA for a REPORT
file.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain about different table spaces.
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?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How many sections are there in data division in COBOL?
how do you reference the ksds vsam file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the access modes of START statement?
) how do u code after getting data?
Write a program to explain size error.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is a scope terminator give example?
what happens if parmparameter passes zero bytes to the program
how do you reference the rrds file formats from cobol programs
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.
Can a Search can be done on a table with or without Index?