| Author |
Message |
Topic: Mass compile/bind |
EugeneE
Replies: 1
Views: 4942
|
Forum: Job Control Language(JCL) Posted: Tue Feb 04, 2014 4:06 pm Subject: Mass compile/bind |
Dear All,
I need to compile/bind hundreds of batch/DB2 and CICS/DB2 programs. Is there an easy way to automate this process? For example, can I pass a list of program names to compiler? Or I nee ... |
Topic: Bind failed for integer column. |
EugeneE
Replies: 9
Views: 5882
|
Forum: Database Posted: Sat Apr 30, 2005 7:53 am Subject: Bind failed for integer column. |
Hi Guys,
I greatly appreciate your help. Somehow the problem disappeared. In the matter of fact, it is a web Java application with the mainframe DB2 on the backend. I am a web programmer and lea ... |
Topic: Bind failed for integer column. |
EugeneE
Replies: 9
Views: 5882
|
Forum: Database Posted: Thu Apr 28, 2005 8:43 am Subject: Bind failed for integer column. |
Hi Kolusu,
Here is the dclgen
******************************************************************
* DCLGEN TABLE(MFB_BALANCE_BO) * ... |
Topic: Bind failed for integer column. |
EugeneE
Replies: 9
Views: 5882
|
Forum: Database Posted: Wed Apr 27, 2005 8:35 pm Subject: Bind failed for integer column. |
Thank you bullfighter.
Will try tomorrow morning. Do not have access to mainframe at this time.
Regards, |
Topic: DB2 VIEW when the data gets loaded? |
EugeneE
Replies: 6
Views: 3642
|
Forum: Database Posted: Wed Apr 27, 2005 6:45 pm Subject: DB2 VIEW when the data gets loaded? |
| Thank you Christian, will wait for version 8 |
Topic: Bind failed for integer column. |
EugeneE
Replies: 9
Views: 5882
|
Forum: Database Posted: Wed Apr 27, 2005 6:43 pm Subject: Bind failed for integer column. |
Hi,
We are trying to insert a record from the flat file into DB2 table using Cobol program. The bind step fails for the column ERROR_CD defined on the table as INTEGER.
DSNX200I .ZT01 BIND SQL ... |
Topic: DB2 VIEW when the data gets loaded? |
EugeneE
Replies: 6
Views: 3642
|
Forum: Database Posted: Mon Apr 25, 2005 7:47 pm Subject: DB2 VIEW when the data gets loaded? |
Thank you very much, now it is clear.
Does mainframe DB2 have something like materialized queries or anything else to populate at batch time?
Thank you |
Topic: DB2 VIEW when the data gets loaded? |
EugeneE
Replies: 6
Views: 3642
|
Forum: Database Posted: Sun Apr 24, 2005 11:45 am Subject: DB2 VIEW when the data gets loaded? |
Hi,
Our application interactively executes a complex SELECT from DB2 (v 7.1). Execution takes about 1 min.
I am thinking of creating a VIEW, based on this select and execute select * from thic ... |
| |