| Author |
Message |
Topic: Cobol - FD statement on variable length input file |
rasprasads
Replies: 5
Views: 5834
|
Forum: Application Programming Posted: Thu Jul 28, 2005 9:05 pm Subject: Cobol - FD statement on variable length input file |
Probably you should have given 27990 instead of 27994 in the FD section.
"In Recording Mode V (Variable)
Blocks can contain more than one record. E ... |
Topic: Called program Working storage |
rasprasads
Replies: 1
Views: 1553
|
Forum: Application Programming Posted: Wed Jul 27, 2005 9:54 pm Subject: Called program Working storage |
I have a calling program as below :
01 WS-AREA-PASSED X(500).
01 WS-AREA-NOT-PASSED X(100).
CALL WS-PGM USING WS-AREA-PASSED.
Called program WS-PGM looks like :
LINKAGE SECTION ... |
Topic: Internal Table Vs Files |
rasprasads
Replies: 3
Views: 2176
|
Forum: Application Programming Posted: Mon Aug 23, 2004 3:46 am Subject: Internal Table Vs Files |
Hi -
I have 2 files output from my program : A and B. B has unique records and A has multiple records. Now in the same program i need to make changes in such a way to output all records that are a ... |
Topic: SAS Vs Easytrieve |
rasprasads
Replies: 5
Views: 6002
|
Forum: Utilities Posted: Fri Aug 06, 2004 10:15 am Subject: SAS Vs Easytrieve |
| Does any body have more details on SAS ? |
Topic: SAS Vs Easytrieve |
rasprasads
Replies: 5
Views: 6002
|
Forum: Utilities Posted: Fri Aug 06, 2004 8:38 am Subject: SAS Vs Easytrieve |
1. Which is easier to learn and implement ?
2. Which will offer more functionalities ?
3. Which will be better in general ?
We need to know this to decide on - what we can use for our organizatio ... |
Topic: Endevor versions compare |
rasprasads
Replies: 7
Views: 9233
|
Forum: Utilities Posted: Fri Jul 23, 2004 6:09 am Subject: Endevor versions compare |
| Kolusu - as per your suggestion i need to retrieve the elemenst to a library and then compare. Since the number of Jcls are huge - i am checking if i can go in for some report kind of thing that endev ... |
Topic: Endevor versions compare |
rasprasads
Replies: 7
Views: 9233
|
Forum: Utilities Posted: Fri Jul 23, 2004 3:41 am Subject: Endevor versions compare |
An element - Jcl is existing in endevor prod as version 1.05.
I have signed-out it, changed and added the JCL in Endevor - DEV 1 as version 1.06.
Now can i compare the Version 1.04 in prod and ... |
Topic: COPY Thru COBOL |
rasprasads
Replies: 2
Views: 2484
|
Forum: Application Programming Posted: Fri Jul 16, 2004 1:42 am Subject: COPY Thru COBOL |
I need to take a backup of a dataset. Since i am going to determine the output dataset name dynamically i need to do this in COBOL.
How to take a backup(copy) in COBOL ? I think to read and write ... |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Fri Feb 06, 2004 9:24 am Subject: Search and Replace |
| Mike, Do you suggest to use a array. I do not get what you mean by Index. Please explain. |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Fri Feb 06, 2004 7:52 am Subject: Search and Replace |
| The performance is affected by large data processing. I changed the code to check from the end of line to first as the occurunce of this will be at the end. There was a slight improvement in performan ... |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Thu Feb 05, 2004 8:23 am Subject: Search and Replace |
I tested with a little data and it works thru fine without any hitch in performance as well as functionality.
When i get a huge data i will check the perfomrance again and do a comparison to see ho ... |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Thu Feb 05, 2004 6:52 am Subject: Search and Replace |
| Ok! Let me test this and soon update you on the slide in performance. Thanks anyway for giving a perfect solution !!! |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Thu Feb 05, 2004 5:41 am Subject: Search and Replace |
Yes Dibakar, i agree with you.
But my question for Kolusu is that if there is any way out to improve the performance since the PERFORM may be for 20000 times? |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Thu Feb 05, 2004 2:03 am Subject: Search and Replace |
Thanks Kolusu. I Changed the above logic to space out only '9999' from the last 4 digits and tested it. It works fine.
BTW Will there be any performace impact if the WS-ADD is of length say X(2000) ... |
Topic: Search and Replace |
rasprasads
Replies: 20
Views: 10793
|
Forum: Application Programming Posted: Wed Feb 04, 2004 10:20 am Subject: Search and Replace |
Here is the input :
"12345-9999 HAS been changed to 23456-9999 AND ABCDE-9999'
Output :
"12345- HAS been changed to 23456- AND ABCDE-9999'
Is it clear now Kolusu ? |
| |