Author |
Message |
Topic: Order of execution of Query |
arungr
Replies: 4
Views: 2198
|
Forum: Database Posted: Mon Jan 12, 2009 10:23 pm Subject: Order of execution of Query |
I had asked the above question because I do not have access to Plan_Table and hence I wont be able to run "Explain". Any inputs are appreciated. |
Topic: Order of execution of Query |
arungr
Replies: 4
Views: 2198
|
Forum: Database Posted: Mon Jan 12, 2009 10:14 pm Subject: Outer Join - execution order |
I have a similar qustion. All I wanted to know which will get executed first in the above query. "ON" or "WHERE". |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Wed Dec 19, 2007 7:03 pm Subject: DFSORT - Delimiting by Period |
Kolusu,
Thanks. This is what I wanted. The minor cosmetic bug..yes. I mean the extra space when concatenating the next line.
Thanks again. |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Wed Dec 19, 2007 4:18 pm Subject: DFSORT - Delimiting by Period |
Kolusu,
The last line will not have any Delimiter |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Wed Dec 19, 2007 3:56 pm Subject: DFSORT - Delimiting by Period |
It is a copy paste error. There will not be any line without a delimiter at all.
Thanks,
Arun. |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Wed Dec 19, 2007 2:42 pm Subject: DFSORT - Delimiting by Period |
Sorry for the overlook.
With the above code I feel that the output is not in exact order of input. Due to this the output is in a jumbled fashion. My original input file is
sue kumar||13|| 1|| ... |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Wed Dec 19, 2007 12:58 pm Subject: DFSORT - Delimiting by Period |
Thanks for help Kolusu. I am getting the following output when I ran the above code.
AAAA BBBB CCCC
DDDD EEEE FFFFF 00090011 GGG HHHHH
XXXXX 00100011 YYY ... |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Tue Dec 18, 2007 1:01 pm Subject: DFSORT - Delimiting by Period |
Kolusu,
Thanks for the response. There could be maximum of 2 delimiters(period) in each line. Most of the lines have one Delimiter only.
Thanks,
Arun. |
Topic: DFSORT - Delimiting by Period |
arungr
Replies: 15
Views: 8011
|
Forum: Utilities Posted: Mon Dec 17, 2007 8:45 pm Subject: DFSORT - Delimiting by Period |
Hello,
This is an extension of the below topic:
http://www.mvsforums.com/helpboards/viewtopic.php?t=4036&highlight=delimited
I have a file like the one below:
FB;REC LENGTH IS 80
1....... ... |
Topic: Telon and Cool:Gen |
arungr
Replies: 7
Views: 4393
|
Forum: Application Programming Posted: Fri Aug 24, 2007 4:43 am Subject: Telon and Cool:Gen |
If we learn to write proper Telon programs they will be wonderful. You can not even compare CICS with it. Many commonly used logics are handled by Telon. You will reduce atleast 50 % of your work in T ... |
Topic: Remove leading Zeroes |
arungr
Replies: 3
Views: 6646
|
Forum: Application Programming Posted: Wed Mar 21, 2007 10:08 pm Subject: Remove leading Zeroes |
Kolusu/Frank Yaeger,
Thanks very much. Frank's solution is working for me.
-Arun. |
Topic: Remove leading Zeroes |
arungr
Replies: 3
Views: 6646
|
Forum: Application Programming Posted: Wed Mar 21, 2007 2:14 am Subject: Remove leading Zeroes |
Hello,
Below is the requirement
File 1
003145,0986,2006-01-18, ,007894
000784,4564,2006-02-10, ,032891
We have to get in File 2 by removing all leading zeroes and spaces ... |
Topic: Simulate DB2 abend |
arungr
Replies: 6
Views: 3071
|
Forum: Database Posted: Sat Sep 30, 2006 9:17 pm Subject: Simulate DB2 abend |
All,
Thanks for the reply. My requirement was, since I am developing new programs, I need to check whether the error handling is working correctly or not. So I want to know of any common method by wh ... |
Topic: Simulate DB2 abend |
arungr
Replies: 6
Views: 3071
|
Forum: Database Posted: Thu Sep 28, 2006 4:40 am Subject: Simulate DB2 abend |
Many times for the purpose of Testing, I need to simulate DB2 abends,i.e SQLCODE should be other than 0 or 100. I used to do it through Xpeditor. Is there any simple way by which I can simulate some a ... |
Topic: cobol files |
arungr
Replies: 6
Views: 2647
|
Forum: Application Programming Posted: Sat Feb 12, 2005 10:48 am Subject: cobol files |
Thanks. That' s true. But I have to use 50 files to the maximum. It means I have to define 50 flags. Is there any other way? |
|