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
In COBOL programming, what is PERFORM? What is VARYING?
What are the pertinent COBOL
what is amode(24), amode(31), rmode(24) and rmode(any)?
How arrays can be defined in COBOL?
What is link edit in cobol?
Explain about different table spaces.
Which Search verb is equivalent to PERFORM…VARYING?
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.
Write a program to explain size error.
Write a program to enter and display the names of students in a class using the occurs clause.
) what is the difference between AID and HANDLE AID?
) How do u handle errors in BMS macro?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is report-item in COBOL?