Author |
Message |
Topic: Percentage calculation usinig DFSORT |
karthikeyan
Replies: 11
Views: 9043
|
Forum: Utilities Posted: Fri Aug 20, 2010 10:55 am Subject: Percentage calculation usinig DFSORT |
Kolusu
Sorry about that. Please find the SYSOUT of the job.
The input is in two files. One has the total request count and the other the completed count. I would like the percentage to be displaye ... |
Topic: Percentage calculation usinig DFSORT |
karthikeyan
Replies: 11
Views: 9043
|
Forum: Utilities Posted: Fri Aug 20, 2010 8:12 am Subject: Percentage calculation usinig DFSORT |
Kolusu
Though we are specifiying the EDIT pattern I am still getting the output percentage rounded. I am not getting the percentage with decimal values. Am I missing something? |
Topic: Percentage calculation usinig DFSORT |
karthikeyan
Replies: 11
Views: 9043
|
Forum: Utilities Posted: Thu May 20, 2010 10:28 am Subject: Percentage calculation usinig DFSORT |
Kolusu
Thank you for helping me. The solution works perfectly fine if both the counts are of the same number of digits and not for the ones if they are different. For example if the Request no is 200 ... |
Topic: Percentage calculation usinig DFSORT |
karthikeyan
Replies: 11
Views: 9043
|
Forum: Utilities Posted: Mon May 10, 2010 12:44 pm Subject: Percentage calculation usinig DFSORT |
Kolusu
Thanks a ton. It works. But I would prefer to have the status report even when the percentage is less than 50%. Only that I need that return code to be set but report to be produced at any ... |
Topic: Percentage calculation usinig DFSORT |
karthikeyan
Replies: 11
Views: 9043
|
Forum: Utilities Posted: Mon May 10, 2010 11:35 am Subject: Percentage calculation usinig DFSORT |
Kolusu
Thank you for your Quick response.
The Request and complete file have only counters of the number of records. Both the files will not be empty at any time as the counter is retrieved fro ... |
Topic: Percentage calculation usinig DFSORT |
karthikeyan
Replies: 11
Views: 9043
|
Forum: Utilities Posted: Mon May 10, 2010 10:54 am Subject: Percentage calculation usinig DFSORT |
We are having two files with one file having the count of total number of requests and the other with the counter of only the completed requests. I would like to calculate the percentage and produce a ... |
Topic: Decimal portion is not populated. |
karthikeyan
Replies: 3
Views: 1655
|
Forum: Application Programming Posted: Tue Feb 27, 2007 6:40 am Subject: Decimal portion is not populated. |
Ranga,
You have to pass the value like 123456789.99 to both ws-num-1 and ws-num-2value.The WS-NUM-1 is an assumed decimal format and WS-NUM-2 is a numeric edited field.
WS-NUM-2 is used for displayi ... |
Topic: how to remove the leading chars? |
karthikeyan
Replies: 6
Views: 2551
|
Forum: Database Posted: Wed Nov 08, 2006 5:40 am Subject: Can you plesae prvoide me with SQLCODE error |
Anta,
I tried executing the same Query that you have used it but it works well for me. May I know the Error that you are facing while executing this Query??
Thanks
Karthik |
Topic: Creating tables in batch |
karthikeyan
Replies: 3
Views: 1760
|
Forum: Database Posted: Mon Aug 07, 2006 1:20 am Subject: Creating tables in batch |
Vivek
If you want to try these SQL statements using batch then you can try using the DB2 program DSNTIAD.
//JOBLIB DD DSN=LINKLIST.DB2.DSN710.SDSNLOAD,DISP=SHR
// DD DSN= ... |
Topic: How to Fetch a row only if the table contains more than 100? |
karthikeyan
Replies: 3
Views: 1743
|
Forum: Database Posted: Mon Aug 07, 2006 12:28 am Subject: How to Fetch a row only if the table contains more than 100? |
Kolusu
Is there a possibility to do it with a Row ID ?
Karthik |
Topic: How to Fetch a row only if the table contains more than 100? |
karthikeyan
Replies: 3
Views: 1743
|
Forum: Database Posted: Sun Aug 06, 2006 7:41 pm Subject: How to Fetch a row only if the table contains more than 100? |
The requirement is to fetch a row in a table only if the table contains more than 100 rows.
Note : The Query should not be tried with the Count operator |
Topic: Changeman Audit Error |
karthikeyan
Replies: 8
Views: 38682
|
Forum: Problem Determination Posted: Mon Feb 13, 2006 10:54 am Subject: Changeman Audit Error |
Thanks Kolusu and German for ur reply.
Am still not able to figure out.Kolusu am pasting the Error message i got
Out-of-synch messages (hint - search for "!" marks)
DUPLIC! (Staging duplicat ... |
Topic: Changeman Audit Error |
karthikeyan
Replies: 8
Views: 38682
|
Forum: Problem Determination Posted: Fri Feb 10, 2006 10:33 pm Subject: Changeman Audit Error |
Hi all
Regarding to Changeman tool.
Am facing an audit Error when am promoting my Package in the Changeman.I have given a full promotion of my package from the Level 0 to another Level 15.There was ... |
Topic: how can we deleted un-used column's in a database table |
karthikeyan
Replies: 14
Views: 7233
|
Forum: Database Posted: Thu Aug 04, 2005 12:11 pm Subject: You cant Drop |
Hi
You can drop a column in the Oracle 9i but not in the earlier versions
But in DB2 we dont have that provision.So u have use that move what u said earlier |
Topic: CICS DB2 Browse |
karthikeyan
Replies: 5
Views: 2861
|
Forum: CICS and Middleware Posted: Sat Jun 19, 2004 6:52 pm Subject: CICS DB2 Browse |
hi 614
you can use both the tables and temporary storage queue for this.but its best to use the temporary storage queue and the easy way is you count the no of records present in the tsq whil writ ... |
|