If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
No Answer is Posted For this Question
Be the First to Post Answer
How do I Run My Rexx Exec.?
how long does the install of oorexx take?
What are the functions available in rexx?
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.)
What do unusual return codes such as -3 and 0196 mean?
How do I access data held on the JES spool?
How do I pass parms to my ISPF Edit macro
does uni-rexx give me any capabilities designed specifically for the unix environment?
How do I access data in control blocks such as jobname?
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
I want to code a REXX Program in order to load many tables in a database simultaneously in a batch fashion. Currently batch codes ar available in which only one job is submitted at a time and this loads only one table. My requirement is that many tables should be loaded at a time when one Job is submitted and can this be done using REXX Tool???
is oorexx compatible with rexx?