Forum Discussion

RaghavanG's avatar
RaghavanG
Occasional Contributor
9 months ago
Solved

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.

  • RaghavanG,

    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

     

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    Hope you do aware of the feature of ReadyAPI.

    You have to explain what do you mean by "Data Area". Trying to access some APIs?

  • KarelHusa's avatar
    KarelHusa
    Champion Level 3

    RaghavanG,

    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