Author |
Message |
Topic: Sequential files in COBOL |
Dhruvi
Replies: 18
Views: 12007
|
Forum: Application Programming Posted: Wed Jul 09, 2003 1:23 am Subject: Sequential files in COBOL |
Because we need this processing inside the prgram.How could we use SUPERC or any other to ... |
Topic: Sequential files in COBOL |
Dhruvi
Replies: 18
Views: 12007
|
Forum: Application Programming Posted: Tue Jul 08, 2003 1:23 am Subject: Sequential files in COBOL |
Hi Prayank,
I did the same task in that you are facing problem.I did it in very simple way.First I sorted both of the file.Then read the first record of file F1,comapre it with the first record of ... |
Topic: Pls suggest to increase the processing speed of cobol pgm. |
Dhruvi
Replies: 7
Views: 4543
|
Forum: Application Programming Posted: Thu Mar 27, 2003 7:23 am Subject: Pls suggest to increase the processing speed of cobol pgm. |
The input for the program is a sequential File.
Program is reading one record ,checked for a variable at particular location,then checks for its value in the same record at some definite location.
I ... |
Topic: Pls suggest to increase the processing speed of cobol pgm. |
Dhruvi
Replies: 7
Views: 4543
|
Forum: Application Programming Posted: Wed Mar 26, 2003 12:31 am Subject: Pls suggest to increase the processing speed of cobol pgm. |
OK.Let me give more clarification about the problem am facing.
1)
The program is performing a SORT for the values in the array.I am able to see the sorted values in the output file of my RUN JCL.
... |
Topic: Pls suggest to increase the processing speed of cobol pgm. |
Dhruvi
Replies: 7
Views: 4543
|
Forum: Application Programming Posted: Fri Mar 21, 2003 6:34 am Subject: Pls suggest to increase the processing speed of cobol pgm. |
Hi,
I am working on IBM mainframe and don't know much about COBOL part.
I am writing a program in COBOL which is building a key and matches that key with a large VSAM file.
While building the key ... |
|