for which platforms is uni-rexx available?
No Answer is Posted For this Question
Be the First to Post Answer
How do I access data held on the JES spool?
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.)
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.
When will a port of ooRexx to "XYZ" be available?
how to access data held on the jes spool?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
How to run my rexx exec?
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?
How do I Run My Rexx Exec.?
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 uni-rexx?
i want to code a rexx program in order to get the inputfile and output files of jcl. i want code snippet or the coding for this , please