I want to remove a duplicates form a given input field using rexx program. please Any one help me out to solve this ...
Thanks in Advance.
Answer Posted / dk
You can call SORT from your REXX routine, provided SYSIN as array of data read from input file.
And your SORTCARD should contain SUM FIELDS = (NONE)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
What are various loop types supported by rexx?
Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?
What are the various error conditions seen in rexx?
does uni-rexx give me any capabilities designed specifically for the unix environment?
what if I need to have the same application running on multiple platforms, such as unix and the mainframe? Does that mean I have to maintain two separate sources?
What is the use of uni-rexx?
is there an aix version of oorexx?
is oorexx compatible with rexx?
How to code the db2 queries using rexx?
what is uni-rexx?
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
how to access data held on the jes spool?
how to access data in control blocks such as jobname?
How to run my rexx exec?