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 11302Post New Syntel REXX Interview Questions
What is threads life cycle?
What are the two types of html5 web storage?
How to create a cakephp project using composer?
Tell me what is grading?
Why would you use a service over a factory?
What is order of execution in decision table and decision tree?
What is difference between list and dictionary in c#?
Is null a keyword in c?
What is azure spark?
What is mysql protocol?
What persistent storage core data uses to save data?
Why div is used in html?
Is objective c and c the same?
Explain aidl?
What should a root element of an xaml document contain?