Answer Posted / chandrakant sinha
(*)
U can run directly the rexx code using "ex" in front on the
member where the code is present .
For ex
pds : abdc.rexx(rexx)
put ex in front of rexx the press enter .
(*) another way :
tso exec 'abc.res(rexx)' exec
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
is there an aix version of oorexx?
how to access data held on the jes spool?
Enlist the features of rexx as a programming language.
What is the difference between ooRexx and IBM's Object REXX for Windows?
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?
what would I use uni-rexx for?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
What are various loop types supported by rexx?
how to access data in control blocks such as jobname?
does uni-rexx give me any capabilities designed specifically for the unix environment?
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.
is oorexx compatible with ibm object rexx?
Suppose 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?
how to pass parms to ispf edit macro?
What are the various error conditions seen in rexx?