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
What is the use of uni-rexx?
how long does the install of oorexx take?
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?
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?
What are the various error conditions seen in 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?
Is it possible to port existing applications from the mainframe or os/2? Are there major 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.)
for which platforms is uni-rexx available?
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
how to access data in control blocks such as jobname?
i want new rexx tool which will perform jcl chk without submitting it
What are the functions available in rexx?