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 9274Post New Syntel REXX Interview Questions
What are the different fields in a Central contact?
Which event do you use to check whether the pivot table is modified or not?
What is row state?
For what a triggering circuit is provided in a cro?
How do I move to root in linux?
what are the responsibilities of planner
How to exit python script in command prompt?
Explain the difference between developer and enterprise developer accounts?
Explain about gzip filename?
How do I view a sql database?
Where is run exe located in windows 7?
Explain the different types of screen keywords?
What is use of zend front controller?
Where are the windows nt primary domain controller (pdc) and its backup domain controller (bdc) in server 2003?
What is cookie based authentication in angular 4?