Author |
Message |
Topic: Date routine performance optimization |
infoman123
Replies: 15
Views: 7460
|
Forum: Application Programming Posted: Thu Jun 17, 2010 7:25 am Subject: Date routine performance optimization |
I think you need to answer two questions from Dick -
Why are you not pre sorting on date
How many date calculations are you expecting to save in memory
Also what is the date window of your ... |
Topic: Date routine performance optimization |
infoman123
Replies: 15
Views: 7460
|
Forum: Application Programming Posted: Thu Jun 17, 2010 7:22 am Subject: Date routine performance optimization |
What leads you to this conclusion?
I have my doubts. What makes you believe that converting dates is taking so much time? What analysis have you done that makes you believe that eliminating the ... |
Topic: Date routine performance optimization |
infoman123
Replies: 15
Views: 7460
|
Forum: Application Programming Posted: Fri Jun 11, 2010 3:58 am Subject: Date routine performance optimization |
Thanks Prino..
For converting JD to greg and viceversa..dont need this complex logic... basically if we hard code all the equivalent dates in working storage for leap and non leap year.. thts more ... |
Topic: Date routine performance optimization |
infoman123
Replies: 15
Views: 7460
|
Forum: Application Programming Posted: Thu Jun 10, 2010 1:08 am Subject: Date routine performance optimization |
Thanks all.
Apologies if my explanation are not clear
Suppose these below are the fields in one record of a file. I am trying to explain it in a simple way but the logic of our program is quite ... |
Topic: Date routine performance optimization |
infoman123
Replies: 15
Views: 7460
|
Forum: Application Programming Posted: Wed Jun 09, 2010 5:55 am Subject: Date routine performance optimization |
Hi All,
In our system, there are lot of places where lot of cobol logic performing Julian to Greg, Greg to Jul , elapsed days between 2 julian dates, future & back date from a Julian date is pe ... |
Topic: Date Calculations In COBOL |
infoman123
Replies: 14
Views: 47230
|
Forum: Mainframe Challenge Posted: Wed Jun 09, 2010 4:54 am Subject: Date Calculations In COBOL |
Hi Kolusu,
Is the intrinsic function in cobol is efficient than finding the same with normal cobol statements.
Regards |
Topic: Cics and address space |
infoman123
Replies: 6
Views: 4420
|
Forum: CICS and Middleware Posted: Sun Apr 04, 2010 7:22 am Subject: Cics and address space |
So Can i confirm than cics will not initilaize the memory when it releases the address space. |
Topic: Cics and address space |
infoman123
Replies: 6
Views: 4420
|
Forum: CICS and Middleware Posted: Fri Apr 02, 2010 5:57 am Subject: Cics and address space |
Hi All,
Suppose there is a program A having work storage work-var and comm area variable comm-var and the transaction txn1 for this is executed (task1).
After sometime another task, task2 is ex ... |
Topic: Random read issue |
infoman123
Replies: 2
Views: 2644
|
Forum: Application Programming Posted: Fri Sep 25, 2009 5:13 am Subject: Random read issue |
Hi Kolusu,
Thanks for this link. I have searched the forum, but i think my key word was not correct
I understand from this that if we define the files with RLS, it can be read randomly even ... |
Topic: Random read issue |
infoman123
Replies: 2
Views: 2644
|
Forum: Application Programming Posted: Thu Sep 24, 2009 9:27 pm Subject: Random read issue |
Hi All,
We are facing an issue in the batch for read random for a record.
One of the batch job is trying to read random a record in a file which is allocated to cics. Sometimes online transactio ... |
Topic: EZASOKET error |
infoman123
Replies: 1
Views: 4917
|
Forum: CICS and Middleware Posted: Tue Mar 24, 2009 11:17 pm Subject: EZASOKET error |
I have posted the below topic in another site but no luck. Can anyone help me ' '' '' '
Hi All,
We are having a issue when writing the message using EZASOKET
The program logic is ... |
Topic: Translating files from ASCII to EBCDIC and back |
infoman123
Replies: 8
Views: 9691
|
Forum: TSO and ISPF Posted: Thu Feb 12, 2009 8:44 pm Subject: Translating files from ASCII to EBCDIC and back |
John Corbin,
You don't have to write your own logic to translating ASCII to EBCDIC. FTP and IND$FILE can do the conversion. However there are some problems with the conversion.
Not all symbols ... |
Topic: S0C7 in eztreive |
infoman123
Replies: 3
Views: 5478
|
Forum: Application Programming Posted: Tue Oct 30, 2007 6:50 am Subject: S0C7 in eztreive |
Hi,
"12 *******A006 PROGRAM INTERRUPT - CODE 7 (DATA EXCP)". is not my problem, if it was this then its easy as far as my understanding easy trieve will give this but my issue is why it d ... |
Topic: S0C7 in eztreive |
infoman123
Replies: 3
Views: 5478
|
Forum: Application Programming Posted: Tue Oct 30, 2007 6:16 am Subject: S0C7 in eztreive |
Hi All,
I have got a problem today which is really confusing me.
we have an ezytriev program(compiled one). I can see a some parms inside ezytriev compiled listing as PARM LINK(TESTEZY R) DEBUG( ... |
Topic: carrige control in ezytrieve |
infoman123
Replies: 6
Views: 3559
|
Forum: Application Programming Posted: Wed Oct 10, 2007 11:12 am Subject: carrige control in ezytrieve |
Hi,
i am printing the report in sysout=*.
Regards |
|