How to read a 100 record from a file through cobol?
Answer Posted / rajesh k
using arrays we can read 100 records from a file.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
Write a cobol program making use of the redefine clause.
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 did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Global and External Variables?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Which mode is used to operate the sequential file?
In COBOL, what is the different between index and subscript?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is search and searchall?what is the diffrence between them?give an best example?
What is redefines clause in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..