| Author |
Message |
Topic: Enterprise COBOL - BUFNO on Input resulting in incorrect res |
vattikonda
Replies: 4
Views: 3834
|
Forum: Application Programming Posted: Mon Mar 15, 2004 11:07 pm Subject: Enterprise COBOL - BUFNO on Input resulting in incorrect res |
Bingo!!! Kolusu... you are the best. Thanks for suggesting the solution. It works.
Coding multiple 01 levels under FD will be considered as redefines of the area. Why did I get the unpredectible e ... |
Topic: Enterprise COBOL - BUFNO on Input resulting in incorrect res |
vattikonda
Replies: 4
Views: 3834
|
Forum: Application Programming Posted: Sun Mar 14, 2004 11:09 am Subject: Enterprise COBOL - BUFNO on Input resulting in incorrect res |
| We have a program that reads a file and writes about 50 files (QSAM) for downstream users. This abended in Production with 80A couple times and we cut down the buffers to use about 8M as a temporary s ... |
Topic: PL/I to Ent. COBOL Migration - Performance consideration |
vattikonda
Replies: 5
Views: 3792
|
Forum: Application Programming Posted: Thu Nov 06, 2003 10:26 pm Subject: PL/I to Ent. COBOL Migration - Performance consideration |
After performing some benchmark tests we made the following observations:
1) PL/I runs more efficiently since the calls are static. Used 300 CPU seconds for the program we used.
2) Similar progr ... |
Topic: PL/I to Ent. COBOL Migration - Performance consideration |
vattikonda
Replies: 5
Views: 3792
|
Forum: Application Programming Posted: Tue Nov 04, 2003 1:48 pm Subject: PL/I to Ent. COBOL Migration - Performance consideration |
Kolusu,
We are not going to just convert the language... basically we will be re-writing the system in COBOL.
Big undertaking but will be done...
Thanks,
Giri |
Topic: PL/I to Ent. COBOL Migration - Performance consideration |
vattikonda
Replies: 5
Views: 3792
|
Forum: Application Programming Posted: Sat Nov 01, 2003 10:06 am Subject: PL/I to Ent. COBOL Migration - Performance consideration |
Kolusu,
It would be manual conversion. I could not find any documentation on IBM site for this sort of Migration. The other option we have been thinking of is to write similar mock programs in PL/I ... |
Topic: Enterprise COBOL - External Data Access |
vattikonda
Replies: 2
Views: 2613
|
Forum: Application Programming Posted: Sat Nov 01, 2003 10:03 am Subject: Enterprise COBOL - External Data Access |
Thanks Kolusu. As always you are the best.
Cheers,
Giri |
Topic: PL/FAQ |
vattikonda
Replies: 1
Views: 1485
|
Forum: Application Programming Posted: Fri Oct 31, 2003 12:45 pm Subject: PL/FAQ |
| Did you try the manuals at <www.mvsforums.com> main page? |
Topic: Enterprise COBOL - External Data Access |
vattikonda
Replies: 2
Views: 2613
|
Forum: Application Programming Posted: Fri Oct 31, 2003 12:43 pm Subject: Enterprise COBOL - External Data Access |
| We are considering migrating our current application that is written in PL/I Ver. 2 Release 3 to Enterprise COBOL. We would like to go to an architecture similar to that we have in PL/I with EXTERNAL ... |
Topic: PL/I to Ent. COBOL Migration - Performance consideration |
vattikonda
Replies: 5
Views: 3792
|
Forum: Application Programming Posted: Fri Oct 31, 2003 12:39 pm Subject: PL/I to Ent. COBOL Migration - Performance consideration |
| We are considering migrating our current application that is written in PL/I Ver. 2 Release 3 to Enterprise COBOL. The big question we have is "would there be any performance issues as a result of thi ... |
Topic: Calling COBOL program from PL/I - Performance... |
vattikonda
Replies: 1
Views: 1790
|
Forum: Application Programming Posted: Wed Aug 13, 2003 11:48 am Subject: Calling COBOL program from PL/I - Performance... |
| I am calling a COBOL program from PL/I, which is causing great deal of performace issue. The environment we have is PL/I Ver 2 Release 3 and VS COBOL II (We don't have LE)... Please advise, if there i ... |
Topic: Writing to a file in PLI |
vattikonda
Replies: 1
Views: 2423
|
Forum: Application Programming Posted: Sat May 10, 2003 7:29 pm Subject: Writing to a file in PLI |
You can use the below statement to write to REPORT1 file from Data record WRK_RECORD.
WRITE FILE(REPORT1) FROM (WRK_RECORD);
Good luck |
Topic: Comparing two Big sequential files in vs-cobol-II |
vattikonda
Replies: 6
Views: 7844
|
Forum: Application Programming Posted: Sat May 10, 2003 7:20 pm Subject: Comparing two Big sequential files in vs-cobol-II |
Sunil,
Your program looks pretty basic. I would check the Buffers for the 2 input files. I recommend coding BUFNO=20 (the rule of thumb I was told works best is Bufno * Blocksize = 480K) within the ... |
Topic: Find the Physical Size of a File on Tape/ Disk |
vattikonda
Replies: 8
Views: 12523
|
Forum: Application Programming Posted: Fri Jan 10, 2003 7:31 pm Subject: Find the Physical Size of a File on Tape/ Disk |
theenigma,
To validate the results try these:
For datasets on tape - type in TSO DFRMM which will lead to the tape management list. From there option 1 (user), option 2 (dataset). With your datase ... |
Topic: Changeman Compile Options |
vattikonda
Replies: 2
Views: 5634
|
Forum: Other Technical Topics Posted: Fri Jan 10, 2003 7:08 pm Subject: Changeman Compile Options |
Kolusu,
I know that and from Changeman there is also a way we can query on the component... but I am looking more for a batch wise download of compile options for all the modules from Changeman.
... |
Topic: Changeman Compile Options |
vattikonda
Replies: 2
Views: 5634
|
Forum: Other Technical Topics Posted: Thu Jan 09, 2003 10:28 pm Subject: Changeman Compile Options |
We use compile Clist for compiling our programs during unit test. However we are observing lately that our compile options between the Clist and the Changeman are not in sync.
Can anybody help me ... |
| |