Author |
Message |
Topic: DB2 Query concat operator |
waves
Replies: 4
Views: 3640
|
Forum: Database Posted: Mon Oct 12, 2009 7:26 am Subject: DB2 Query concat operator |
Thanks a Lot Kolusu and Christian!!!. That Really helps... |
Topic: DB2 Query concat operator |
waves
Replies: 4
Views: 3640
|
Forum: Database Posted: Thu Oct 08, 2009 8:55 am Subject: DB2 Query concat operator |
Hi,
I have got a db2 query where we are using CONCAT " in the query,
SELECT * FROM Table1 A, Table2 B
WHERE A.ABC= B.ABC CONCAT ''
The column ABC is of same datatype.
When we ran t ... |
Topic: Space Calculations - Basics. |
waves
Replies: 6
Views: 16390
|
Forum: Job Control Language(JCL) Posted: Mon Sep 07, 2009 5:08 am Subject: Space Calculations - Basics. |
Hi all,
I'm reframing my question again like this.
Lets take an example like SPACE=(CYL,(500,100),RLSE) for a file.
here the total space available for the file is Space = 500 + (100 * 15) = 2 ... |
Topic: Space Calculations - Basics. |
waves
Replies: 6
Views: 16390
|
Forum: Job Control Language(JCL) Posted: Sun Sep 06, 2009 4:44 am Subject: Space Calculations - Basics. |
Hi all,
I have gone thru the links given by kolusu...
I'm still confused with the numbers 'Allocated bytes: 5487608 and Used extents: 13.
Can somebody please help me understand. Thanks a lot ... |
Topic: COBOL sort |
waves
Replies: 9
Views: 4246
|
Forum: Application Programming Posted: Thu Mar 12, 2009 8:32 am Subject: COBOL sort |
Can somebody pls help with COBOL code.
It will be very helpful to me.
Thanks in advance. |
Topic: COBOL sort |
waves
Replies: 9
Views: 4246
|
Forum: Application Programming Posted: Wed Mar 11, 2009 11:41 am Subject: COBOL sort |
Hi Kolusu,
I dont need to sort the extracted strings.
first i will sort the input file and then i will extract the 7 strings based on the poistions from input file and put it in the output file. ... |
Topic: COBOL sort |
waves
Replies: 9
Views: 4246
|
Forum: Application Programming Posted: Wed Mar 11, 2009 11:13 am Subject: COBOL sort |
Hi,
I have a input file A. I need to extract 7 strings from the input file based on the position say @position 5,30,40,55,60,75,90 etc.
after extracting the seven strings, i need to put all the ... |
Topic: Search using sort |
waves
Replies: 3
Views: 2615
|
Forum: Utilities Posted: Tue Feb 24, 2009 1:34 am Subject: Search using sort |
Hi all,
I have a situation here...
I have two input files A and B.
I need to pick up the search string from the input file A for the first record, let us say at pos(30-40) and do a search for ... |
Topic: SOC7 Issue in PLI Program |
waves
Replies: 1
Views: 3032
|
Forum: Problem Determination Posted: Thu Apr 17, 2008 5:44 am Subject: SOC7 Issue in PLI Program |
I am currently facing a SOC 7 error in PL/I Program. The issue here is same as that arises in COBOL. I am comparing a Fixed Decimal Variable (Equivalent to Comp-3) with Zeros but it contains Spaces in ... |
Topic: wat is JFGCOPY?? |
waves
Replies: 5
Views: 2522
|
Forum: Job Control Language(JCL) Posted: Fri Jan 11, 2008 3:22 am Subject: wat is JFGCOPY?? |
TSO ISRDDN B JFGCOPY
when i executed this command, it shows that the load module was not loaded.
i asked all my coworkers also. they were not aware of this utility.
please help me if anyone i ... |
Topic: wat is JFGCOPY?? |
waves
Replies: 5
Views: 2522
|
Forum: Job Control Language(JCL) Posted: Fri Jan 11, 2008 1:59 am Subject: wat is JFGCOPY?? |
please help me how the utility JFGCOPY works??
thanks in advance |
Topic: Eliminate the records and move those records to a file |
waves
Replies: 8
Views: 4265
|
Forum: Job Control Language(JCL) Posted: Fri Dec 07, 2007 5:57 am Subject: Eliminate the records and move those records to a file |
Hi vivek,
ya it worked!!! thanks a ton!!...
now i got my required output.
thanks,
waves |
Topic: Eliminate the records and move those records to a file |
waves
Replies: 8
Views: 4265
|
Forum: Job Control Language(JCL) Posted: Fri Dec 07, 2007 5:35 am Subject: Eliminate the records and move those records to a file |
Hi vivek,
thanks for ur valuable reply.
i have tested the job using the suggestion given by you.
but the job got abended saying that there is a syntax error in the OUTFIL Statement.
this w ... |
Topic: Eliminate the records and move those records to a file |
waves
Replies: 8
Views: 4265
|
Forum: Job Control Language(JCL) Posted: Fri Dec 07, 2007 3:04 am Subject: Eliminate the records and move those records to a file |
hi Vkphani,
thanks a lot for ur quick reply.
the solution which u gave for the first one worked fine for me..
but i have a question regarding the second one.
if i need to extract the elimi ... |
Topic: Eliminate the records and move those records to a file |
waves
Replies: 8
Views: 4265
|
Forum: Job Control Language(JCL) Posted: Fri Dec 07, 2007 1:21 am Subject: Eliminate the records and move those records to a file |
Hi all,
i have two questions.
first one is as follows:
i'm using two sort conditions to eliminate the following:
a) zeroes in the Timestamp field
//SYSIN DD * ... |
|