Author |
Message |
Topic: Cobol/Db2 Batch Run time error on Random function |
gotluru
Replies: 0
Views: 2063
|
Forum: Database Posted: Fri Apr 25, 2003 1:32 pm Subject: Cobol/Db2 Batch Run time error on Random function |
When I am trying to run Cobol/Db2 Batch Program getting this error.
00E73003
Explanation: The SQL statement coul ... |
Topic: OLAP Funtions |
gotluru
Replies: 2
Views: 3296
|
Forum: Database Posted: Thu Mar 27, 2003 2:25 pm Subject: OLAP Funtions |
Hi Kolusu,
Thanks for your response.
I missed amount field in my earlier post. I added amt field, still i am getting the same error.
Thanks,
Prasad |
Topic: OLAP Funtions |
gotluru
Replies: 2
Views: 3296
|
Forum: Database Posted: Thu Mar 27, 2003 11:29 am Subject: OLAP Funtions |
Hi All,
I am getting syntax error when i am trying rank function.
Do we need OLAP Server to run?
Please clarify me..
My SQL:
-------------------------------------------------------------- ... |
Topic: Table hierarchy |
gotluru
Replies: 5
Views: 4138
|
Forum: Database Posted: Mon Mar 24, 2003 3:46 pm Subject: Table hierarchy |
If you have Platinum tool then RC/Query will help you to see Parent/Child Relationships between the Tables |
Topic: DB2 Reason Code Information |
gotluru
Replies: 6
Views: 4595
|
Forum: Database Posted: Tue Mar 18, 2003 11:14 am Subject: DB2 Reason Code Information |
Hi Teja,
Try Declaring your linkage section like this:
01 LS-TYCD.
05 LS-TYCD-LEN PIC S9(4) COMP.
05 LS-TYCD-TXT. ... |
Topic: DB2 Subsystem Abending |
gotluru
Replies: 1
Views: 3364
|
Forum: Database Posted: Tue Mar 18, 2003 10:55 am Subject: DB2 Subsystem Abending |
See These Explanation: It may help you.. and ask your admin to restart your db2 environment..
DSNV086E DB2 ABNORMAL TERMINATION REASON=xxxxxxxx
Following is the detail ... |
Topic: Mass INSERT in a program |
gotluru
Replies: 4
Views: 3804
|
Forum: Database Posted: Wed Mar 05, 2003 8:00 pm Subject: Mass INSERT in a program |
Try Like this:
INSERT INTO TABLE A
(SELECT * FROM TABLE B
where a.key <> b.key); |
Topic: Why I am getting -913 instead of -911? |
gotluru
Replies: 4
Views: 4000
|
Forum: Database Posted: Fri Feb 28, 2003 11:32 am Subject: Why I am getting -913 instead of -911? |
Hi Vallish,
Thanks for your response. I think rolbe/rolbi are specific to cics transactions. In this case db2 is trying to rollback to initial state(-911) and when it fails it is going for -913's. ... |
Topic: Why I am getting -913 instead of -911? |
gotluru
Replies: 4
Views: 4000
|
Forum: Database Posted: Fri Feb 28, 2003 9:48 am Subject: Why I am getting -913 instead of -911? |
Hi Himesh,
Thanks for your quick response..
I know why we are getting dead locks. Problem with -913, when dead lock occurs at 4 th sql first 3 sql's are committing(cobol/db2). We need system to ... |
Topic: Why I am getting -913 instead of -911? |
gotluru
Replies: 4
Views: 4000
|
Forum: Database Posted: Fri Feb 28, 2003 9:33 am Subject: Why I am getting -913 instead of -911? |
Hi All,
Good Morning..
In our application we are getting -913(Deadlock with no rollback) for any contentions. Because of this some transactions are committing. How we can get -911's(Deadlock with ... |
Topic: Host variables in SQL INSERT for mass data insert |
gotluru
Replies: 4
Views: 4020
|
Forum: Database Posted: Thu Feb 27, 2003 5:29 pm Subject: Host variables in SQL INSERT for mass data insert |
Yes, you can use |
Topic: Searching 2 fields in a member of a PDS and regular search |
gotluru
Replies: 8
Views: 4706
|
Forum: Utilities Posted: Tue Feb 18, 2003 9:59 am Subject: Searching 2 fields in a member of a PDS and regular search |
Hi Coolman/Ravi,
Sorry for late reply.
Ravi:
Thanks for your solution.
Coolman:
I am looking for 2 fields like: Table Name and Column Name in this case table name is dt_pproj_loc and colum ... |
Topic: How to Extract commented lines from a PDS? |
gotluru
Replies: 14
Views: 9438
|
Forum: TSO and ISPF Posted: Wed Feb 12, 2003 3:10 pm Subject: How to Extract commented lines from a PDS? |
Hi All,
I am able to get comment lines from my program using coolman solution.
Thanks to Everybody..
Kolusu,
I am not able to use your solution, one of the reasons is we dont have synctool a ... |
Topic: How to Extract commented lines from a PDS? |
gotluru
Replies: 14
Views: 9438
|
Forum: TSO and ISPF Posted: Tue Feb 11, 2003 10:04 am Subject: How to Extract commented lines from a PDS? |
Hi Kolusu,
Thanks for your response.
I can flatten into one member, do you have any rexx to get the desired output? Like Deleting the lines between 'PROCEDURE DIVISION' and next program start ' ... |
Topic: How to Extract commented lines from a PDS? |
gotluru
Replies: 14
Views: 9438
|
Forum: TSO and ISPF Posted: Tue Feb 11, 2003 9:58 am Subject: How to Extract commented lines from a PDS? |
Hi Ravi,
Thanks for your help..
FileAid is copying all the records(comment lines) which satisfying the above conditions. I need only comment lines before the procedure division. Do we have any o ... |
|