how to pass parms to ispf edit macro?
No Answer is Posted For this Question
Be the First to Post Answer
is oorexx compatible with rexx?
why is there no os/2 (ecs) port of oorexx?
I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there
What are the various error conditions seen in rexx?
What are various loop types supported by rexx?
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 the difference between ooRexx and IBM's Object REXX for Windows?
how to access data held on the jes spool?
How do I Run My Rexx Exec.?
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. e.g - The value of X is Y. Wot is its value? Do u know its value? I want to know its value.
When will a port of ooRexx to "XYZ" be available?
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.)