How can we know that cobol program is using report file or
simple file....?
Answer Posted / ashok
In addition to answer #1, if you want identify that by
looking at the JCL, then file format of FBA or VBA also
means that its a report file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write down the divisions of cobol program?
) what is the difference between AID and HANDLE AID?
Mention the guidelines to write a structured cobol program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you reference the fixed block file formats from cobol programs
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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.
Have you used comp and comp-3 in your project? And how?