IBM REXX Question:
Download Questions PDF

How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?

IBM REXX Interview Question
IBM REXX Interview Question

Answer:

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.

Download IBM REXX Interview Questions And Answers PDF

Previous QuestionNext Question
I want to code a REXX Program in order to load many tables in a database simultaneously in a batch fashion. Currently batch codes ar available in which only one job is submitted at a time and this loads only one table. My requirement is that many tables should be loaded at a time when one Job is submitted and can this be done using REXX Tool?How to pass parms to ISPF Edit macro?