Search found 13 matches
- Thu Sep 08, 2016 12:38 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Merge records from two file, one by one.
- Replies: 14
- Views: 1974
Re: Merge records from two file, one by one.
Thanks Magesh for your help.
- Thu Sep 08, 2016 12:33 pm
- Forum: Interview Questions.
- Topic: When the DCLGEN variable are used?
- Replies: 5
- Views: 1115
Re: When the DCLGEN variable are used?
I have seen the output of precompiler. But waht I wanted to say is, we use DCLGEN for COBOL equivialent variables of a Table. But precompiler will not check the COBOL declaration, so does precompile check for table-definition in DCLGEN?
- Thu Sep 08, 2016 12:22 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: interesting link for Rexx
- Replies: 6
- Views: 1239
Re: interesting link for Rexx
Thanks nicc.
- Thu Sep 08, 2016 12:52 am
- Forum: Interview Questions.
- Topic: When the DCLGEN variable are used?
- Replies: 5
- Views: 1115
Re: When the DCLGEN variable are used?
10716 All the copy books mentioned with INCLUDE taken into consideration during per-compilation and all the copy books mentioned with COPY are taken into consideration during compilation But DCLGEN has Cobol variables, if INCLUDE is used on precompile time...what is the use of DCLGEN in precompile ?
- Wed Sep 07, 2016 8:54 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Merge records from two file, one by one.
- Replies: 14
- Views: 1974
Re: Merge records from two file, one by one.
JOIN worked for me. As of now I have equal number of records.
- Wed Sep 07, 2016 8:52 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: interesting link for Rexx
- Replies: 6
- Views: 1239
- Tue Sep 06, 2016 10:09 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Merge records from two file, one by one.
- Replies: 14
- Views: 1974
Re: Merge records from two file, one by one.
Sorry no it won't work. How would I know where to start second sequence...hmm
- Tue Sep 06, 2016 10:07 pm
- Forum: Programming Algorithms.
- Topic: wildcard matching in rexx
- Replies: 4
- Views: 4058
Re: wildcard matching in rexx
Thanks Enrico. That's an advance use of REXX... I'm trying to understand it... 

- Tue Sep 06, 2016 10:04 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Merge records from two file, one by one.
- Replies: 14
- Views: 1974
Re: Merge records from two file, one by one.
10701 you may remove the "Begin" record in DD Statement, if you have any unique way of identifying 1st and 2nd file. Then you need to adjust IFTHEN=(WHEN=GROUP,BEGIN/KEYBEGIN ? Thanks Magesh. If I know from which file I want the first record in output and keep that file as first in the SO...
- Tue Sep 06, 2016 8:28 pm
- Forum: Programming Algorithms.
- Topic: wildcard matching in rexx
- Replies: 4
- Views: 4058
- Tue Sep 06, 2016 8:22 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: interesting link for Rexx
- Replies: 6
- Views: 1239
Re: interesting link for Rexx
Thanks for the link. i have started learning REXX and find that link as a good place.
- Tue Sep 06, 2016 8:19 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 253537
Re: Where do you live?
Hello - I live in India. I love my India! 

- Tue Sep 06, 2016 8:18 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Merge records from two file, one by one.
- Replies: 14
- Views: 1974
Merge records from two file, one by one.
Hi, I need to create a temporary file for a testing purpose. But creating it is somewhat tricky. I am assuming some SORT expert can help me on this. I basically want to merge values from two input files but the values from input should come in alternate way in the final output file. File 1: AAA BBB ...