is oorexx compatible with ibm object rexx?



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

Post New Answer

More REXX Interview Questions

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

1 Answers  


What does the sample library of uni-rexx consist of?

1 Answers  


does uni-rexx give me any capabilities designed specifically for the unix environment?

1 Answers   IBM,


How do I find or access the current level of a GDG?

2 Answers  


Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?

1 Answers  


Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?

1 Answers  


how to access data in control blocks such as jobname?

1 Answers   IBM,


how long does the install of oorexx take?

1 Answers   IBM,


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

2 Answers   Syntel,


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?

1 Answers  


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.

1 Answers  


is oorexx compatible with rexx?

1 Answers   IBM,


Categories