i'm getting error while editing macro, its not even
entering into the macro, getting error like
31 *-* "EDIT DATASET('"DSN"("MEM")') MACRO("CHGLINE")"
+++ RC(-3) +++ ? any idea
why?
Answer Posted / collado pascal
You must turn on ISPEXEC Address.
Address ISPEXEC "EDIT dataset(xx) macro(mmm)"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
is there an aix version of oorexx?
can oorexx run normal rexx programs?
What is the use of uni-rexx?
What is the difference between ooRexx and IBM's Object REXX for Windows?
What are the various error conditions seen in rexx?
is oorexx compatible with ibm object 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 uni-rexx?
Can I cleanly uninstall oorexx?
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?
how long does the install of oorexx take?
i want new rexx tool which will perform jcl chk without submitting it
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
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
how to pass parms to ispf edit macro?