I am new to rexx db2 ,can anyone help me by expalinin how
to code the db2 queries using rexx,and also plz send some
link and examples using db2 queries.
Answer Posted / guest
REXX doesn't have support to DB2. But still you can access
it thru some TSO CPs. One of the commercial CP is
REXXTOOLS/MVS. If your shop has that s/w installed you
could able to access DB2.
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
can I redistribute oorexx freely with commercial software?
What is the use of uni-rexx?
for which platforms is uni-rexx available?
If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
what would I use uni-rexx for?
How to run my rexx exec?
How to code the db2 queries using rexx?
is oorexx compatible with ibm object rexx?
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
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
is there an aix version of oorexx?
I just know the Panvalet dataset name, i would like to search all the members of that dataset for particular keyword through Rexx. how to achive? please suggest. Is it possible to open panvalet member in browse mode using Rexx? Your help would be appreciated very much. Thanks in advance.
how long does the install of oorexx take?
What are various loop types supported by rexx?
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?