Author |
Message |
Topic: DB2 - using NEWFUN(YES) |
cxvxbx
Replies: 3
Views: 2658
|
Forum: Database Posted: Tue Dec 18, 2007 11:32 pm Subject: DB2 - using NEWFUN(YES) |
Thanks for the response.
I had the DBA modify the column names. |
Topic: DB2 - using NEWFUN(YES) |
cxvxbx
Replies: 3
Views: 2658
|
Forum: Database Posted: Fri Dec 14, 2007 1:49 am Subject: DB2 - using NEWFUN(YES) |
I am working on a new database and the DBA has created a table with column name exceeding 18 bytes. This is causing compilation errors. I got to know that using the NEWFUN(YES) option could be a way t ... |
Topic: Easytrieve storage protection |
cxvxbx
Replies: 0
Views: 1114
|
Forum: Application Programming Posted: Fri Oct 05, 2007 1:14 am Subject: Easytrieve storage protection |
is there any way to ensure storage protection in easytrieve - something similar to the SSRANGE compiler option in cobol.
One easytrieve program is having storage overlay and we are unable to detect ... |
Topic: Abend code & return code |
cxvxbx
Replies: 2
Views: 2054
|
Forum: Application Programming Posted: Fri Aug 31, 2007 4:18 am Subject: Abend code & return code |
I have a few basic questions -
1. What is the need to abend a program? The same (program stop) functionaliy can be achieved via a 'stop run' and a appropriate 'return-code' (to indicate an error) ... |
Topic: Fetch first N rows clause |
cxvxbx
Replies: 2
Views: 1509
|
Forum: Database Posted: Thu Jun 14, 2007 7:52 am Subject: Fetch first N rows clause |
Thanks Kolusu. |
Topic: Fetch first N rows clause |
cxvxbx
Replies: 2
Views: 1509
|
Forum: Database Posted: Thu Jun 14, 2007 5:59 am Subject: Fetch first N rows clause |
In a static SQL, while using the "fetch first N rows" clause in a cursor, is it possible to have N as a variable rather than a hardcoded value? |
Topic: Editing a compiler listing file |
cxvxbx
Replies: 6
Views: 4662
|
Forum: Utilities Posted: Thu Jun 08, 2006 3:12 am Subject: Editing a compiler listing file |
that also works, but the file in that case would be a 4109 VBA. Using SCL it works out to be 133 FBA. |
Topic: Editing a compiler listing file |
cxvxbx
Replies: 6
Views: 4662
|
Forum: Utilities Posted: Tue Jun 06, 2006 10:17 pm Subject: Editing a compiler listing file |
Using SCL. Try the SCL generation prompt and check out the PRINT option. The PRINT option will allow you to print the endevor listing. It will print to spool by default. You can either XDC it of chang ... |
Topic: Copying a unique message from a MQ |
cxvxbx
Replies: 3
Views: 3189
|
Forum: CICS and Middleware Posted: Mon Jun 05, 2006 7:07 am Subject: Copying a unique message from a MQ |
Thanks kolusu, its possible to determine the messageID or the correlID.
What function can i use to copy the message using the messageID or correlID ? |
Topic: Editing a compiler listing file |
cxvxbx
Replies: 6
Views: 4662
|
Forum: Utilities Posted: Mon Jun 05, 2006 5:30 am Subject: Editing a compiler listing file |
Thanks kolusu. we found a way to print the endevor listing to a dataset. this is a functionality offered by endevor and the output dataset thus created is 133 FBA...easily editable
The problem ... |
Topic: Copying a unique message from a MQ |
cxvxbx
Replies: 3
Views: 3189
|
Forum: CICS and Middleware Posted: Mon Jun 05, 2006 5:26 am Subject: Copying a unique message from a MQ |
Is there any utility that allows users to copy a unique message from a MQ?
E.g. there is a MQ with over 10,000 messages. Amongst these, there is one unique message that contains a string of data |
Topic: Editing a compiler listing file |
cxvxbx
Replies: 6
Views: 4662
|
Forum: Utilities Posted: Thu May 04, 2006 9:31 am Subject: Editing a compiler listing file |
We use Endevor to compile programs and the compile listing is stored in Endevor. Whenever a program is recompiled, Endevor adds some header information to the listing (e.g. if the program has been com ... |
Topic: Commiting a single MQ in a multi MQ transaction |
cxvxbx
Replies: 2
Views: 1851
|
Forum: CICS and Middleware Posted: Wed May 03, 2006 1:12 am Subject: Commiting a single MQ in a multi MQ transaction |
Thanks for the response suresh.
I explored the option and its working fine on a local Q.
However, while using this on a remote MQ, i am able to put the message but unable to get a response. Do ... |
Topic: Identifying update programs in a transaction |
cxvxbx
Replies: 5
Views: 2348
|
Forum: Database Posted: Wed May 03, 2006 1:09 am Subject: Identifying update programs in a transaction |
Thanks for the response schintala & astro.
Our shop does have OMEGAMON and we are exploring the usage for the same.
About using SYSIBM.SYSTABAUTH, there is a small glitch here. We do not ha ... |
Topic: Commiting a single MQ in a multi MQ transaction |
cxvxbx
Replies: 2
Views: 1851
|
Forum: CICS and Middleware Posted: Wed Apr 26, 2006 7:40 am Subject: Commiting a single MQ in a multi MQ transaction |
I am working on an application (APP1) that processes multiple MQs (both input as well as output) simultaneously. There is a requirement to add a new MQ which will act as a remote MQ for another appli ... |
|