I'm trying to perform a simple DB2 query from rexx, that will return the results to me on screen. I'm running rexx from an ispf edit session. This is as far as i've managed to piece together
/* REXX */
SUBSYS = DB2D
SQLSTMT1 ="my sql here"
ADDRESS TSO "SUBCOM DSNREXX"
IF RC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.