RaghavanG
2 years agoOccasional Contributor
AS400 DataArea to be picked in ReadyAPI
How will we call Data area from AS400 and process it is readyAPI?. we have established connection with DB2/400. but not able to call the data area. Please help.
- 2 years ago
if you can connect to DB2, you can use SQL via ReadyAPI JDBC Test Step.
You can start with an SQL query:
SELECT * FROM QSYS2.DATA_AREA_INFO