Search found 13 matches

by Imran Lamba
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: 1178

Re: Merge records from two file, one by one.

Thanks Magesh for your help.
by Imran Lamba
Thu Sep 08, 2016 12:33 pm
Forum: Interview Questions.
Topic: When the DCLGEN variable are used?
Replies: 5
Views: 831

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?
by Imran Lamba
Thu Sep 08, 2016 12:22 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: interesting link for Rexx
Replies: 6
Views: 906

Re: interesting link for Rexx

Thanks nicc.
by Imran Lamba
Thu Sep 08, 2016 12:52 am
Forum: Interview Questions.
Topic: When the DCLGEN variable are used?
Replies: 5
Views: 831

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 ?
by Imran Lamba
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: 1178

Re: Merge records from two file, one by one.

JOIN worked for me. As of now I have equal number of records.
by Imran Lamba
Wed Sep 07, 2016 8:52 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: interesting link for Rexx
Replies: 6
Views: 906

Re: interesting link for Rexx

enrico-sorichetti wrote: it is a good example on how to write unmaintainable code
Thanks. For REXX, are there some guidelines fr maintainable code? I mean what are good programming practices to keep in mind as I start learning it.
by Imran Lamba
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: 1178

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
by Imran Lamba
Tue Sep 06, 2016 10:07 pm
Forum: Programming Algorithms.
Topic: wildcard matching in rexx
Replies: 4
Views: 2106

Re: wildcard matching in rexx

Thanks Enrico. That's an advance use of REXX... I'm trying to understand it... :)
by Imran Lamba
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: 1178

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...
by Imran Lamba
Tue Sep 06, 2016 8:28 pm
Forum: Programming Algorithms.
Topic: wildcard matching in rexx
Replies: 4
Views: 2106

Re: wildcard matching in rexx

enrico-sorichetti wrote: it compiles the pattern, and then executes the result
I am sorry but I did not understand this, What is the meaning of "compiles"?
by Imran Lamba
Tue Sep 06, 2016 8:22 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: interesting link for Rexx
Replies: 6
Views: 906

Re: interesting link for Rexx

Thanks for the link. i have started learning REXX and find that link as a good place.
by Imran Lamba
Tue Sep 06, 2016 8:19 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229163

Re: Where do you live?

Hello - I live in India. I love my India! :)
by Imran Lamba
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: 1178

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 ...

Go to advanced search