Author |
Message |
Topic: Retiring after 43+ years with IBM |
Alain Benveniste
Replies: 11
Views: 13314
|
Forum: Utilities Posted: Thu May 17, 2012 5:45 pm Subject: Retiring after 43+ years with IBM |
Frank,
What can I say.. 8 or 10 years, spending my time reading your answers with the same interest, giving me a great pleasure to test and learn your solutions and the new features... Archiving so ... |
Topic: New DFSORT/ICETOOL Features (Nov, 2009) |
Alain Benveniste
Replies: 3
Views: 11652
|
Forum: Utilities Posted: Thu Nov 12, 2009 3:10 pm Subject: New DFSORT/ICETOOL Features (Nov, 2009) |
Frank, Kolusu,
I didn't come on the forums for a long time... And when I decide to give a glance, it's just the day where... I wonder if you didn't develop mystic and undocumented features... There ... |
Topic: New DFSORT/ICETOOL Features (July, 2008) |
Alain Benveniste
Replies: 3
Views: 4632
|
Forum: Utilities Posted: Tue Jul 29, 2008 3:44 pm Subject: New DFSORT/ICETOOL Features (July, 2008) |
Frank,
I have just read the new features and I find them very close to what has been so often asked through the forums.
Since a way to do it was available, I would never bet a cent to see WHEN=GR ... |
Topic: Merge 2 files |
Alain Benveniste
Replies: 9
Views: 4943
|
Forum: Utilities Posted: Wed Jul 23, 2008 5:58 am Subject: Merge 2 files |
Frank,
I talked about my post not yours
By MERGE will not work, I meant that it will not work if the files are concatenated. Replacing MERGE per a SORT card will do it.
And I didn't suppose ... |
Topic: Merge 2 files |
Alain Benveniste
Replies: 9
Views: 4943
|
Forum: Utilities Posted: Tue Jul 22, 2008 11:06 am Subject: Merge 2 files |
I think MERGE will not work. Sort card would be better... |
Topic: Merge 2 files |
Alain Benveniste
Replies: 9
Views: 4943
|
Forum: Utilities Posted: Tue Jul 22, 2008 11:02 am Subject: Merge 2 files |
Hari,
Frank says
If the records in file1 and file2 actually have sequence numbers in 1-14 as shown, you could do a simple MERGE using the sequence numbers as the key like this:
if the sequ ... |
Topic: Sort VB file to FB |
Alain Benveniste
Replies: 3
Views: 2699
|
Forum: Utilities Posted: Sun Sep 30, 2007 1:31 pm Subject: Sort VB file to FB |
I can't think your output would be FB.
You are supposed to use VTOF to convert VB to FB too.
Alain |
Topic: Sort/Utility Questions |
Alain Benveniste
Replies: 13
Views: 23291
|
Forum: Mainframe Challenge Posted: Sat Aug 04, 2007 10:30 am Subject: Sort/Utility Questions |
I thought to participate into a new dfsort challenge...
(Un)fortunately no. That misses.
Alain |
Topic: 'internal' sort in block of data |
Alain Benveniste
Replies: 17
Views: 8360
|
Forum: Utilities Posted: Fri Jun 01, 2007 4:05 pm Subject: 'internal' sort in block of data |
Rover,
I am elaborating a much more indigest solution but I can't post it yet. I have interpreted your need a much 'more complex' way.
I would be glad Kolusu's solution meets your need !
Al ... |
Topic: 'internal' sort in block of data |
Alain Benveniste
Replies: 17
Views: 8360
|
Forum: Utilities Posted: Wed May 30, 2007 11:31 am Subject: 'internal' sort in block of data |
I hope I will have enough time between 2 baby's bottles to post something this night.
Alain |
Topic: remove a part (with same key) from the Dataset |
Alain Benveniste
Replies: 5
Views: 2953
|
Forum: Utilities Posted: Wed Mar 28, 2007 5:24 am Subject: remove a part (with same key) from the Dataset |
Instead of
INCLUDE=(81,8,ZD,EQ,+0),
it should be replaced per
INCLUDE=(81,5,ZD,EQ,+0),
Alain |
Topic: remove a part (with same key) from the Dataset |
Alain Benveniste
Replies: 5
Views: 2953
|
Forum: Utilities Posted: Mon Mar 26, 2007 8:02 am Subject: remove a part (with same key) from the Dataset |
Here is Frank's jcl modified a bit :
//STEP0001 EXEC PGM=ICETOOL
//DFSMSG DD SYSOUT=*
//TOOLMSG DD SYSOUT=*
//TOOLIN DD *
COPY FROM(IN) USING(ICE0)
/*
//IN DD *
... |
Topic: get datset name with DFSORT? |
Alain Benveniste
Replies: 7
Views: 4032
|
Forum: Utilities Posted: Mon Mar 19, 2007 7:23 am Subject: get datset name with DFSORT? |
Jacky,
Why not using the group key technique as an alternative :
- Each group value points to the corresponding dsname or,
- A HDR can be added manually that can be propagated by a SPLICE
A ... |
Topic: Using Sections, Trailer to eliminate duplicate and get count |
Alain Benveniste
Replies: 15
Views: 10754
|
Forum: Utilities Posted: Sun Mar 18, 2007 5:04 am Subject: Using Sections, Trailer to eliminate duplicate and get count |
Oups,
I now realize I missed that the 'problem' is the trailer3 restriction.
Alain |
Topic: Using Sections, Trailer to eliminate duplicate and get count |
Alain Benveniste
Replies: 15
Views: 10754
|
Forum: Utilities Posted: Sat Mar 17, 2007 8:19 pm Subject: Using Sections, Trailer to eliminate duplicate and get count |
2 hour in the morning...It's not a time to play
Well I think that's what Kolusu & Frank wanted to post. I just concatened their ideas.
//STEP0001 EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=*
... |
|