Author |
Message |
Topic: Use of Binary Search of table in CICS Shared Storage |
bstillwa
Replies: 8
Views: 4970
|
Forum: Application Programming Posted: Mon Nov 22, 2010 12:56 pm Subject: Use of Binary Search of table in CICS Shared Storage |
Please then point me to the manual where it states that the key and index used in a binary search are never located in shared storage for a table defined and used in this manner (instead of responding ... |
Topic: Use of Binary Search of table in CICS Shared Storage |
bstillwa
Replies: 8
Views: 4970
|
Forum: Application Programming Posted: Mon Nov 22, 2010 12:29 pm Subject: Use of Binary Search of table in CICS Shared Storage |
The Search Criteria are local to my programs, but the Key and Index are not local to my programs. The Key and Index are located in Shared Storage. Therefore repeating my concern: could the Key and Ind ... |
Topic: Use of Binary Search of table in CICS Shared Storage |
bstillwa
Replies: 8
Views: 4970
|
Forum: Application Programming Posted: Mon Nov 22, 2010 9:58 am Subject: Use of Binary Search of table in CICS Shared Storage |
We are attempting to use COBOL logic in CICS that was originally written to work in Batch, where the programs are now reuse=re-entrant. A table is being stored in CICS shared/main storage for use thro ... |
Topic: Query for formatting the column |
bstillwa
Replies: 9
Views: 3982
|
Forum: Database Posted: Fri Aug 31, 2007 11:45 am Subject: Query for formatting the column |
I believe that using REPLACE will replace all occurrences of a dash, so if a name contains a dash in other than the last position, then that dash will also be removed. The question was for only removi ... |
Topic: To find Primary keys and foreign keys ,structure of table |
bstillwa
Replies: 6
Views: 2832
|
Forum: Database Posted: Fri Jun 29, 2007 11:41 am Subject: To find Primary keys and foreign keys ,structure of table |
Just use DB2TOOLS, which is the DB2 Administration Tool. This should be available for any developer to use. In our shop, we access it via TSO DB2TOOLS. Much better than using a cumbersome select. |
Topic: DB2 Admin Tools - How to retain override of default settings |
bstillwa
Replies: 1
Views: 1520
|
Forum: Database Posted: Wed May 30, 2007 8:28 am Subject: DB2 Admin Tools - How to retain override of default settings |
I'll answer my own question. This setting is not getting reset. I believe what was happening is that I was being timed-out of TSO before cleanly exiting from DB2TOOLS. The option settings are now stay ... |
Topic: DB2 Admin Tools - How to retain override of default settings |
bstillwa
Replies: 1
Views: 1520
|
Forum: Database Posted: Fri May 25, 2007 1:10 pm Subject: DB2 Admin Tools - How to retain override of default settings |
We have version 7.1.0 of DB2 Admin Tools. Under P - Change DB2 Admin parameters, 2 - Change DB2 Admin defaults, you can change some defaults. I change the "Max No of Rows to Fetch" to zero, ... |
Topic: TO ANYBODY WHO KNOWS DATACOM |
bstillwa
Replies: 2
Views: 1929
|
Forum: Database Posted: Wed May 02, 2007 7:40 am Subject: TO ANYBODY WHO KNOWS DATACOM |
What commands are you using? The first command must be REDKG (read key greater or equal), followed by REDNX (read next). If only REDKG is used, then yes, you will only retrieve the same record over an ... |
Topic: generate hyperlink in COBOL using TSO |
bstillwa
Replies: 1
Views: 1511
|
Forum: TSO and ISPF Posted: Tue Apr 17, 2007 8:29 am Subject: generate hyperlink in COBOL using TSO |
How does one generate a hyperlink within COBOL source code using TSO as the editor? In other words, when browsing or editing the source in TSO, an active hyperlink to an Internet url can be clicked on ... |
Topic: SPUFI display col from 'and exists' result from same table |
bstillwa
Replies: 5
Views: 2901
|
Forum: Database Posted: Thu Jan 18, 2007 2:29 pm Subject: SPUFI display col from 'and exists' result from same table |
Thanks kolusu, your answer is simpler than mine and works just as well!
I was not using the Quick Reply box. If we should use that then why are two "postreply" buttons supplied both top and ... |
Topic: SPUFI display col from 'and exists' result from same table |
bstillwa
Replies: 5
Views: 2901
|
Forum: Database Posted: Thu Jan 18, 2007 1:45 pm Subject: SPUFI display col from 'and exists' result from same table |
Thanks, and I will try that, but in the meantime I got what I wanted by coding this (and can u plz tell me how to get this to look like code in this forum, I tried to use the Code button but does not ... |
Topic: SPUFI display col from 'and exists' result from same table |
bstillwa
Replies: 5
Views: 2901
|
Forum: Database Posted: Thu Jan 18, 2007 12:52 pm Subject: SPUFI display col from 'and exists' result from same table |
I have the following SQL I am running in SPUFI. It works fine, but I would also like to display B.REL_VER_NUM. Can someone please show me how to change this statement so I can display the extra column ... |
Topic: SYNCH11! (Component hash discrepancy) |
bstillwa
Replies: 1
Views: 4970
|
Forum: Problem Determination Posted: Fri Nov 03, 2006 12:35 pm Subject: From the Changeman Users Guide |
SYNCH11!
You used a tool other than ChangeMan ZMF to change and replace a component
in a staging library.
Suggested Resolution: Use ChangeMan ZMF to restage the component from
baseline. |
Topic: -803 SQLCODE - how to programatically obtain indexspace-name |
bstillwa
Replies: 3
Views: 1670
|
Forum: Database Posted: Thu Mar 23, 2006 10:16 am Subject: Thanks for the info |
I expected this type of info to be documented in the DB2 Developer's Guide, but it was not. Thanks for the explanation. |
Topic: -803 SQLCODE - how to programatically obtain indexspace-name |
bstillwa
Replies: 3
Views: 1670
|
Forum: Database Posted: Wed Mar 22, 2006 1:55 pm Subject: -803 SQLCODE - how to programatically obtain indexspace-name |
Using z/OS DB2 version 7. When SQLCODE -803 is detected, is there a way to programatically obtain the indexspace-name? I do not see anywhere in SQLCA where this is stored. How/Where does DSNTIAR obtai ... |
|