Author |
Message |
Topic: Need counts |
Robo2005
Replies: 3
Views: 3141
|
Forum: Utilities Posted: Mon Aug 22, 2005 1:29 pm Subject: Need counts |
Kolusu,
Thank you verymuch. It is working fine as expected.
Could you please tell me where can I find Syncsort material.
Thanks
Robo. |
Topic: Need counts |
Robo2005
Replies: 3
Views: 3141
|
Forum: Utilities Posted: Fri Aug 19, 2005 2:32 pm Subject: Need counts |
Hi,
I am using Syncsort. My file length is 80 bytes and FB.
It has two fields. Field1 has one byte length and has values either A or B.
Field2 has 4 bytes length and could be any value. My fi ... |
Topic: Search String in VB file |
Robo2005
Replies: 13
Views: 5151
|
Forum: Utilities Posted: Tue Aug 02, 2005 2:15 pm Subject: Search String in VB file |
Frank,
Thank you very much for the solution provided. I will get the target string in only one place in each record. So your solution helped me a lot. Thanks again.
sg,
Could you please send ... |
Topic: Search String in VB file |
Robo2005
Replies: 13
Views: 5151
|
Forum: Utilities Posted: Sat Jul 30, 2005 8:05 am Subject: Search String in VB file |
Thanks for your solution. But I can't use REXX in my project and also I don't know REXX.
It would be helpfull, if I could get a solution thru SORT.
Thanks
Robo. |
Topic: Search String in VB file |
Robo2005
Replies: 13
Views: 5151
|
Forum: Utilities Posted: Fri Jul 29, 2005 6:00 pm Subject: Search String in VB file |
Thanks for your reply.
Can we do, if I am looking for particulary about the 'IND','GMT' and 'SMS'.
Thanks
Robo |
Topic: Search String in VB file |
Robo2005
Replies: 13
Views: 5151
|
Forum: Utilities Posted: Fri Jul 29, 2005 4:45 pm Subject: Search String in VB file |
Hi Frank,
Sorry for not giving enough information.
The i/p LRECL is 126. I need all the counts in seperate file.
So I will get two o/p files. One is with the copied records form i/p file and o ... |
Topic: Search String in VB file |
Robo2005
Replies: 13
Views: 5151
|
Forum: Utilities Posted: Fri Jul 29, 2005 4:29 pm Subject: Search String in VB file |
Hi,
Please help me in follwing requirement.
I have one VB file.
I need the total counts of particular field in the record.
for ex: The input file is
12345678901,xxxxxx,111111,IND,BMT, ... |
Topic: How to get one month old data? |
Robo2005
Replies: 6
Views: 2743
|
Forum: Utilities Posted: Wed Jul 20, 2005 3:05 pm Subject: How to get one month old data? |
Hi Alain,
Today only I came from vacation.
It worked fine with little modifications. Thank you verymuch Alain.
Thanks
Robo |
Topic: How to get one month old data? |
Robo2005
Replies: 6
Views: 2743
|
Forum: Utilities Posted: Wed Jul 13, 2005 3:02 pm Subject: How to get one month old data? |
Yes, I can get multiple i/ps.
The i/p looks like
111111111 79949898AAAAAAAAAA
222222222 79949798BBBBBBBBBB
333333333 79949698CCCCCCCCCC
444444444 79949598DDDDDDDDDD
555555555 79949588EE ... |
Topic: How to get one month old data? |
Robo2005
Replies: 6
Views: 2743
|
Forum: Utilities Posted: Wed Jul 13, 2005 1:27 pm Subject: How to get one month old data? |
Alain,
Sorry for not giving enough information.
create date looks like ccyymmdd
and 9s complement means for example
todays date(20050713) will be stored like 79949286
(99999999 - 20050713) in ... |
Topic: How to get one month old data? |
Robo2005
Replies: 6
Views: 2743
|
Forum: Utilities Posted: Wed Jul 13, 2005 12:25 pm Subject: How to get one month old data? |
Hi,
Please help me in finding the solution for the following requirement.
I have one file having 80 bytes lengh.
Field1 - 1,9
create-date - 12,8 (date is in 9s complement)
fie ... |
|