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.)
No Answer is Posted For this Question
Be the First to Post Answer
what would I use uni-rexx for?
can oorexx run ibm object rexx programs?
How to code the db2 queries using rexx?
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 is the use of uni-rexx?
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
is oorexx compatible with rexx?
How to run my rexx exec?
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.)
is oorexx compatible with ibm object rexx?
When will a port of ooRexx to "XYZ" be available?
is there an aix version of oorexx?