Author |
Message |
Topic: Cobol compiler options |
JOHNCWL
Replies: 6
Views: 2953
|
Forum: Application Programming Posted: Tue May 25, 2004 8:24 am Subject: Cobol compiler options |
Hi Kolusu,
Thanks for all the help...
I have got the required information...
Once again Thanks |
Topic: Cobol compiler options |
JOHNCWL
Replies: 6
Views: 2953
|
Forum: Application Programming Posted: Tue May 25, 2004 6:44 am Subject: Cobol compiler options |
I am looking for compiler options like FASTSRT, TRUNC.
I am using the NUMPROC(NOPFD), so If I use PFD option... then by what % will the performance enhance...Any available benchmarking data?? |
Topic: Cobol compiler options |
JOHNCWL
Replies: 6
Views: 2953
|
Forum: Application Programming Posted: Mon May 24, 2004 6:24 am Subject: Cobol compiler options |
Hi,
can anybody give me some link or any material which will help to improve the performance of a COBOL-IMS application by tuning compiler options.
Pls let me know the compiler options which ca ... |
Topic: DB2 relational operators |
JOHNCWL
Replies: 1
Views: 1550
|
Forum: Database Posted: Wed May 05, 2004 9:46 am Subject: DB2 relational operators |
Hi,
I have a SQL as below
DECLARE TEST1 CURSOR FOR SELECT CUSTID,CUSTTYPE,LASTPDT FROM TABLE1 WHERE CUSTID>=:H AND CUSTID<:H FOR FETCH ONLY OPTIMIZE FOR 1 ROW
H ... |
Topic: change the following IF condition to EVALUATE statement |
JOHNCWL
Replies: 7
Views: 4099
|
Forum: Application Programming Posted: Fri Apr 30, 2004 8:24 am Subject: change the following IF condition to EVALUATE statement |
Hi Kolusu,
I would like to know from performance point of view, whether IF -THEN-ELSE is better or Evaluate is better.
In the same context Any alternative to Perform statement in Cobol, to impro ... |
Topic: Cobol Performance |
JOHNCWL
Replies: 2
Views: 1513
|
Forum: Application Programming Posted: Thu Apr 29, 2004 11:16 am Subject: Cobol Performance |
Hi,
I would like to know the performance affect of the below code.
Now currently its taking 0.68% CPU.
MOVE ALL 'N' TO TABLE-IO-TYPE-REC-REQ
Structure of TABLE-IO-TYPE-REC-REQ
03 ... |
Topic: IMS application tuning |
JOHNCWL
Replies: 2
Views: 2165
|
Forum: IMS Posted: Tue Apr 27, 2004 1:50 am Subject: IMS application tuning |
I need guidelines for tuning application programs(IMS- COBOL), not on the system side.
Because if I tune something on System side... then the other users should not be effected. |
Topic: IMS application tuning |
JOHNCWL
Replies: 2
Views: 2165
|
Forum: IMS Posted: Fri Apr 23, 2004 7:47 am Subject: IMS application tuning |
Hi,
I would like to get some tips on how to tune an application program in IMS
Any redbooks?? Checklist or anything would be helpful
Thanks in advance |
Topic: IMS/MQ application |
JOHNCWL
Replies: 0
Views: 2030
|
Forum: IMS Posted: Thu Apr 15, 2004 3:01 am Subject: IMS/MQ application |
Hi,
I would like to know some redbooks and links on " guidlines for tuning IMS/MQ application"
Any primer on this would be of great help
John |
Topic: Delete the para |
JOHNCWL
Replies: 14
Views: 4676
|
Forum: TSO and ISPF Posted: Wed Apr 14, 2004 11:12 pm Subject: Delete the para |
Any idea on how to achieve the same without using FILEAID, as I don't have this pgm in my shop... |
Topic: Delete the para |
JOHNCWL
Replies: 14
Views: 4676
|
Forum: TSO and ISPF Posted: Wed Apr 14, 2004 12:10 am Subject: Delete the para |
Hi Kolusu,
I can't use X ALL; F all
X ALL; F VVG1T01 ALL; DEL NX ALL;
Because VVG1T01 is the database name, and the whole file consists of the DDL sfor creatifn other objects in the database ... |
Topic: Delete the para |
JOHNCWL
Replies: 14
Views: 4676
|
Forum: TSO and ISPF Posted: Thu Apr 08, 2004 4:36 am Subject: Delete the para |
Hi,
I would like to delete the lines which occur in the mid of file
CREATE DATABASE VVG1T01
BUFFERPOOL BP1
INDEXBP BP2
CCSID EBCDIC
STOGRO ... |
Topic: Call a REXX from another REXX |
JOHNCWL
Replies: 2
Views: 2018
|
Forum: TSO and ISPF Posted: Wed Apr 07, 2004 9:54 am Subject: Call a REXX from another REXX |
HI,
This is a very silly ques>..
I would like to know how to call a REXX pgm from another rexx pgm
For ex:
JOHN.REXX.SAMP is a PDS with members (test1,test2 and test3)
Now Test1 should c ... |
Topic: Scrollable cursor |
JOHNCWL
Replies: 3
Views: 1808
|
Forum: Database Posted: Wed Apr 07, 2004 8:26 am Subject: Scrollable cursor |
Sorry Kolusu, next time will search and see before I log a probelm.
What abt ISOLATION LEVELS, any impact on Sensistive cursors? |
Topic: Scrollable cursor |
JOHNCWL
Replies: 3
Views: 1808
|
Forum: Database Posted: Tue Apr 06, 2004 7:11 am Subject: Scrollable cursor |
Please let me know the information about Scrollable cursor when compared to normal cursor in performance view?
ISOLATION level has any impact - how do they complement this SENSITIVE/INSENSITIVE fe ... |
|