How to code the db2 queries using rexx?
No Answer is Posted For this Question
Be the First to Post Answer
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 difference between ooRexx and IBM's Object REXX for Windows?
How do I access data in control blocks such as jobname?
is oorexx compatible with ibm object rexx?
is oorexx compatible with rexx?
what would I use uni-rexx for?
What are the functions available in rexx?
How do I access data held on the JES spool?
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's
How to find or access the current level of a gdg?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?