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 11135Post New Syntel REXX Interview Questions
Mention some of the data mining techniques?
How can I tell which files in the database correspond to files in my project?
How your potential can be better utilised by the Company?
What is difference between implicit and explicit route binding in laravel?
What is finalize method?
What is a concrete classes? Is Java object class is concrete class?
How do I open the run command?
Mention the formula to calculate ph of a solution?
what is user name server and where it is defined?
how you can define coal ?
How to apply filtering criteria at group level with the having clause in ms sql server?
What problem does Delegate Solve?
Is ubuntu better than linux?
Explain in simple terms what is the difference between asset, equity, and liabilities?
largest Of three Number using without if condition?