Author |
Message |
Topic: Printing of barcode |
batu544
Replies: 2
Views: 2671
|
Forum: Application Programming Posted: Mon Apr 11, 2011 6:22 am Subject: Printing of barcode |
Thanks Kolusu...
I was going through the links but most of the topic just went over my head..
Its really confusing for a beginner like me.. ..
In my clients system, we are u ... |
Topic: Printing of barcode |
batu544
Replies: 2
Views: 2671
|
Forum: Application Programming Posted: Thu Apr 07, 2011 1:52 am Subject: Printing of barcode |
Hi,
One of client has a requirement to print barcodes in a report from mainframe.. I have no clue from where to start for this..
Could anyone please guide me on this topic ??
Tha ... |
Topic: DELETE multiple records from a table |
batu544
Replies: 6
Views: 3903
|
Forum: Database Posted: Fri Oct 15, 2010 5:21 pm Subject: DELETE multiple records from a table |
Hi Kolusu,
I am sorry for not including a not duplicate condition in my example.. I can't use the MAX of col4 always.. because there could be a rows for which no duplicates available.. if ... |
Topic: DELETE multiple records from a table |
batu544
Replies: 6
Views: 3903
|
Forum: Database Posted: Fri Oct 15, 2010 4:11 pm Subject: DELETE multiple records from a table |
Hi Papadi -
If you will exclude col4 from the table then you can see there are 3 set of duplicate records. The latest record ( based on the col4's sequence ) needs to be deleted..
... |
Topic: DELETE multiple records from a table |
batu544
Replies: 6
Views: 3903
|
Forum: Database Posted: Fri Oct 15, 2010 3:40 pm Subject: DELETE multiple records from a table |
Hi,
I was trying to delete some records from a table, but not able to do it.. Could anyone please suggest the best way to delete the records from DB2 table as per the below scenario..
... |
Topic: Reading and writing the decimal in a file. |
batu544
Replies: 3
Views: 2375
|
Forum: Application Programming Posted: Fri Oct 08, 2010 7:26 am Subject: Reading and writing the decimal in a file. |
well.. sorry guys.. its really a late reply.. but just want to say thanks.. I used function NUMVAL to resolve this issue.. and everything working fine...
Thanks you .. |
Topic: Reading and writing the decimal in a file. |
batu544
Replies: 3
Views: 2375
|
Forum: Application Programming Posted: Tue Aug 24, 2010 3:59 am Subject: Reading and writing the decimal in a file. |
Hi,
I have a requirement to read one input file and format it little bit before writing it to a new file..Here is more details about the input file..
Input file layout
==========
----- ... |
Topic: Flat file from a comma delimited file. |
batu544
Replies: 7
Views: 9962
|
Forum: Utilities Posted: Wed Feb 24, 2010 12:44 pm Subject: Flat file from a comma delimited file. |
HI All,
Thanks for all your comments.. I just mixed this formatting part in my COBOL program by using UNSTRING.. ( For the time being I felt its easier for me )..
Thanks
batu544 |
Topic: Flat file from a comma delimited file. |
batu544
Replies: 7
Views: 9962
|
Forum: Utilities Posted: Fri Feb 19, 2010 12:32 am Subject: Flat file from a comma delimited file. |
Brian Wood,
Thanks for your help.. but I am using a very old syncsort product ( v3.7ER TPF4 ) and its not supporting PARSE keyword..
Is there any other way ?? |
Topic: Flat file from a comma delimited file. |
batu544
Replies: 7
Views: 9962
|
Forum: Utilities Posted: Thu Feb 18, 2010 7:11 am Subject: Flat file from a comma delimited file. |
Hi,
I have a small requirement to convert the one input comma delimited by to a flat file so that the file can be used in other programs.
Here is input record layout
12345678,1,batu,10/1 ... |
Topic: Export QMF report in batch mode HTML format |
batu544
Replies: 11
Views: 7245
|
Forum: Database Posted: Mon Feb 08, 2010 12:38 am Subject: Export QMF report in batch mode HTML format |
Oh !!!.. sorry .. while replying. I have not noticed the last reply date..just now I saw its "Fri Oct 23, 2009" ..
I replied a really old thread..  |
Topic: Performance of a query. |
batu544
Replies: 2
Views: 1942
|
Forum: Database Posted: Mon Feb 08, 2010 12:30 am Subject: Performance of a query. |
I asked and the answer was the same.. to increase the readability of the query.. |
Topic: Performance of a query. |
batu544
Replies: 2
Views: 1942
|
Forum: Database Posted: Sun Feb 07, 2010 8:37 am Subject: Performance of a query. |
Hi,
Not sure whether its just a stupid question..
In one of my code.. I have written one query to fetch some data and the query is like below..
SELECT A.COLNAME1 ... |
Topic: Export QMF report in batch mode HTML format |
batu544
Replies: 11
Views: 7245
|
Forum: Database Posted: Sun Feb 07, 2010 8:15 am Subject: Export QMF report in batch mode HTML format |
hi,
Try this .. It will work in batch mode..
EXPORT REPORT TO 'YOUR.DATASET.NAME'(DATAFORMAT=HTML,CONFIRM=NO
Thanks, |
Topic: MASK in Easytrieve |
batu544
Replies: 3
Views: 6056
|
Forum: Application Programming Posted: Wed Nov 04, 2009 7:56 am Subject: MASK in Easytrieve |
Hi Kolusu,
Thank you .. It worked !!! |
|