is oorexx compatible with ibm object rexx?
Answer / Deepak Kumar
OOREXX and IBM Object REXX share the same scripting language, but they may have differences in their implementations and APIs. It is possible that there could be compatibility issues between the two.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 does the sample library of uni-rexx consist of?
does uni-rexx give me any capabilities designed specifically for the unix environment?
How do I find or access the current level of a GDG?
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
how to access data in control blocks such as jobname?
how long does the install of oorexx take?
I am tryin to select one records(SQL) using Rexx.Here is the code ADDRESS DSNREXX "EXECSQL FETCH C1 USING DESCRIPTOR :TBSQLDA" IF SQLCODE = 0 THEN DO LINE = '' DO I = 1 TO TBSQLDA.SQLD LINE = LINE TBSQLDA.I.SQLDATA END I SAY LINE END ADDRESS DSNREXX "EXECSQL CLOSE C1" ADDRESS DSNREXX 'DISCONNECT' i am getting the following errors and also i dont know wr to see the ouput.Can anyone please hlep me in solving this? 28 +++ ADDRESS DSNREXX 'DISCONNECT' Error running DB2REXX, line 28: Incomplete DO/SELECT/IF
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?
I'm new to rexx. How to code rexx in jcl to read in a lpar cpu usage file and select 1. date, time 2. some system names 3. cpu usage for each system. The input file has hourly reporting. The output file (CSV)is for excel use. Run in batch mode. Output in FB.
is oorexx compatible with rexx?