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
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
is oorexx compatible with rexx?
What is the difference between ooRexx and IBM's Object REXX for Windows?
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
I want to set position for a particular text in a certain position in several of my cics maps.Please provide me with a solution. Ex: If "F1-Help" has to be set to pos(4,27) always in all the maps within a PDS.
how to access data held on the jes spool?
I just know the Panvalet dataset name, i would like to search all the members of that dataset for particular keyword through Rexx. how to achive? please suggest. Is it possible to open panvalet member in browse mode using Rexx? Your help would be appreciated very much. Thanks in advance.
can I redistribute oorexx freely with commercial software?
how to access data in control blocks such as jobname?
What are various loop types supported by rexx?
how to pass parms to ispf edit macro?
I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
What are the functions available in rexx?
How to code the db2 queries using rexx?
What are the various error conditions seen in rexx?