Author |
Message |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Fri Sep 21, 2018 11:32 am Subject: DFSORT - subgrouping |
Thank you also for the explanation Kolusu and for invaluable support!
Bye
Francesco |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Fri Sep 21, 2018 4:40 am Subject: DFSORT - subgrouping |
kolusu,
Moreover remember that "EF" is less than "10". |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Fri Sep 21, 2018 4:38 am Subject: Re: DFSORT - subgrouping |
Hi kolusu,
about your sentence:First things first. Please have all your requirements stated upfront. we can only interpret your posts as we cannot look at your data.
in my first post there was:1. I ... |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Thu Sep 20, 2018 2:42 am Subject: DFSORT - subgrouping |
kolusu",
Thanks for the explanation.
I had to add a command to your solution://SYSIN DD *
OPTION COPY ... |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Wed Sep 19, 2018 5:23 pm Subject: DFSORT - subgrouping |
Now I finally understood where I was wrong.
Only one thing I did not understand. Why you did you insert UFF,M11,LENGTH=7 here?
IFTHEN=(WHEN=(2,2,CH,EQ,C'EF'),
OVE ... |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Wed Sep 19, 2018 4:46 pm Subject: DFSORT - subgrouping |
What can I say? You are the best!
And forgive me if my English is not so good. With:3. If record type (position=2, length=2) is EQUAL "EF" (it closes a GROUP) write output with changi ... |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Tue Sep 18, 2018 2:22 pm Subject: DFSORT - subgrouping |
kolusu,
First of all, thank you for your reply
I didn't understand your phrase:
You haven't shown what needs to be summarized for the group end record. So I did not show that piece of code. But ... |
Topic: DFSORT - subgrouping |
fspino
Replies: 12
Views: 4200
|
Forum: Utilities Posted: Tue Sep 18, 2018 2:44 am Subject: DFSORT - subgrouping |
Hi,
I'm trying to convert a program written with an obsolete language into a sort.
This program read a file (LREL=120, FB) and reformat it with the following rules:
1. If record type (position=2, l ... |
|