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
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
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.)
How to run my rexx exec?
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.
what is uni-rexx?
How to find or access the current level of a gdg?
How to code the db2 queries using rexx?
is there an aix version of oorexx?
Enlist the features of rexx as a programming language.
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?
how to access data in control blocks such as jobname?
If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
how to access data held on the jes spool?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's
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?