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
how to pass parms to ispf edit macro?
When will a port of ooRexx to "XYZ" be available?
can I redistribute oorexx freely with commercial software?
What are various loop types supported by rexx?
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
How to run my rexx exec?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
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.
can oorexx run normal rexx programs?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
How to code the db2 queries using rexx?
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.)
can oorexx run ibm object rexx programs?
What are the functions available in rexx?
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?