Search found 8 matches
- Thu Apr 13, 2017 3:43 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Remove sauce using SORT.
- Replies: 1
- Views: 724
Remove sauce using SORT.
Hi, Please have a look at below input: SCLA SCLA SCLA SCLA SCLA 9 SCLA SCLA SCLA SCLA output should look like this: SCLA SCLA SCLA SCLA SCLA 9 SCLA ...
- Tue Aug 12, 2014 12:42 pm
- Forum: Interview Questions.
- Topic: VB file, what will be there in the last byte?
- Replies: 2
- Views: 699
VB file, what will be there in the last byte?
Hi,Every one The interviewer asked that, "what will be present at the end of record in case of VB record. Assuming VB record's maximum length is 100 byte and first record is 100 bytes long while the second record is 60 bytes. At 61 positon will there be any delimter ? I could nto answer this qu...
- Mon Aug 11, 2014 2:12 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: Group records for Ouput in an IMS DB.
- Replies: 2
- Views: 1945
Re: Group records for Ouput in an IMS DB.
Search manual on what? "GROUP BY" is not there, so I assume it's not applicable.
But your reply makes me think, if I need to group by some specific filed from the segment, I'm left to write a bit of program only?
But your reply makes me think, if I need to group by some specific filed from the segment, I'm left to write a bit of program only?
- Fri Aug 08, 2014 2:57 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: Group records for Ouput in an IMS DB.
- Replies: 2
- Views: 1945
Group records for Ouput in an IMS DB.
Hi,
In IMS DB is it possible for us to do a Group By, like DB2?
In IMS DB is it possible for us to do a Group By, like DB2?
- Fri Aug 08, 2014 2:35 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: VB to multiple FB files using sort, but with a condition.
- Replies: 6
- Views: 2807
- Thu Jul 31, 2014 1:23 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: VB to multiple FB files using sort, but with a condition.
- Replies: 6
- Views: 2807
Re: VB to multiple FB files using sort, but with a condition
Thanks Anuj this has worked but why do you use '5' as starting position?
- Wed Jul 30, 2014 1:43 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: VB to multiple FB files using sort, but with a condition.
- Replies: 6
- Views: 2807
Re: VB to multiple FB files using sort, but with a condition
Thanks Anuj this has worked but why do you use '5' as starting position?
- Mon Jul 28, 2014 2:21 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: VB to multiple FB files using sort, but with a condition.
- Replies: 6
- Views: 2807
VB to multiple FB files using sort, but with a condition.
Hi, I've an input variable block file.The data file is like this: FD004A001<some varibale data> FD004A001<some varibale data> FD005A001<some varibale data> FD005A002<some varibale data> . . . FD100A006<some varibale data> All the records records can be in any sequence. I need the records starting wi...