Answer Posted / albert n
On the command line in the editor, just use the name of the
macro and list the paramters behind it. E.g. if you have a
macro called FINDALL and it expects 3 parameters you would
specify in the commandline: FINDIT parm1 parm2 parm3
When you code the MACRO the first line should be like:
Address ISREDIT "MACRO (parm1 , parm2, parm3)".
Since you are working with REXX you could have used:
Address ISREDIT "MACRO ( parm )"
You then parse the parm like this:
Parse (UPPER) Arg parm parm1 parm2 parm3
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is uni-rexx?
What are the functions available in rexx?
how to access data in control blocks such as jobname?
is there an aix version of oorexx?
What is the use of uni-rexx?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
How to run my rexx exec?
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?
What are various loop types supported by rexx?
how long does the install of oorexx take?
How to find or access the current level of a gdg?
When will a port of ooRexx to "XYZ" be available?
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.
is oorexx compatible with ibm object rexx?
why is there no os/2 (ecs) port of oorexx?