What is the difference between ooRexx and IBM's Object REXX for Windows?
No Answer is Posted For this Question
Be the First to Post Answer
is oorexx compatible with ibm object rexx?
How to code the db2 queries using rexx?
What are various loop types supported by rexx?
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?
Suppose I want to code a rexx program in order to get the inputfile and output files of jcl. I want code snippet or the coding for this?
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
What do unusual return codes such as -3 and 0196 mean?
i want new rexx tool which will perform jcl chk without submitting it
can oorexx run normal rexx programs?
is oorexx compatible with rexx?
how to access data held on the jes spool?
what is uni-rexx?