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
how do you reference the fixed unblock file formats from cobol programs
What is the difference between binary search and sequential search?
Explain the configuration section of a cobol program with examples of syntax.
how to access the file from prodution from changeman tool and to submit a file to production
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 the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the variable unblock file formats from cobol programs
how do you reference the variable block file formats from cobol programs
What is the LINKAGE SECTION used in COBOL?
Discuss about changing dataset name in proc.
What is length is cobol?
what are decleratives in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the Purpose of POINTER Phrase in STRING command in COBOL?