| Author |
Message |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Mon Apr 21, 2014 3:41 pm Subject: Dynamic String Search and Replace using Syncsort |
Bill,
Appreciate most of what you have said. You (and Kolusu) have given me a new outlook towards sort. And point noted that today's sort looks quite different from traditional sort. The reason I did ... |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Fri Apr 18, 2014 7:24 pm Subject: Dynamic String Search and Replace using Syncsort |
It's still work in progress ( am not finding as much time to devote to this) but here's the real problem I am trying to solve.
Dynamically generate SORT cards or SQL predicates for other jobs that ... |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Fri Apr 18, 2014 6:36 pm Subject: Dynamic String Search and Replace using Syncsort |
| I agree with you that people post simple questions/silly questions on the board but this is true everywhere else on the internet. It's the price to be paid on an open to all platform. People want easy ... |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Fri Apr 18, 2014 4:07 pm Subject: Dynamic String Search and Replace using Syncsort |
| Bill, Everything can be looked up in a manual so really there is no need for a forum like this. I am a new member to this board but have followed it for a number of years. I have found a lot of useful ... |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Thu Apr 17, 2014 3:48 pm Subject: Dynamic String Search and Replace using Syncsort |
| The trouble is FIXLEN. I want a variable length string parsed into %n and output the parsed variables serially. I don't think such a thing exists in sort. |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Thu Apr 17, 2014 3:38 pm Subject: Dynamic String Search and Replace using Syncsort |
Thanks! It works well - except all the spaces have been squeezed out. I want to retain the basic structure of the input record. Can't shift anything around.
By the way, thanks a lot for educating m ... |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Thu Apr 17, 2014 1:29 pm Subject: Dynamic String Search and Replace using Syncsort |
| By the way my input record length is 72. |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Thu Apr 17, 2014 1:27 pm Subject: Dynamic String Search and Replace using Syncsort |
Thanks Kolusu, it's nice to know there is a Mr. Sort onboard! Nice of you to have taken the time to reply to my post.
So I attempted to write the sort based on your recomendation. I know I am not d ... |
Topic: Dynamic String Search and Replace using Syncsort |
marshed
Replies: 15
Views: 24733
|
Forum: Utilities Posted: Wed Apr 16, 2014 1:59 pm Subject: Dynamic String Search and Replace using Syncsort |
My Input file contains
1234,2345,BLAH-BLAH-BLAH,@@@@,REST OF THE RECORD
3456,4567,BLAH,####,BLAH-BLAH
0000,1111,THIS RECORD DOES NOT CONTAIN @ OR #
I need to find any occurrence of characters ... |
| |