245 pts.
 AS/400 EXIT POINT
Hi ,

Has anyone worked on exit point  PGM  . I trying to write one  small PGM for allowing ODBC connectivty to my Box from specific Ip address and Userid  . When i do WRKREGINF i can see lot of exit point dont know which is used for ODBC connectivity  . .

Any inputs are welcome  .

Thanks ,

Bisht   



Software/Hardware used:
AS/400
ASKED: December 23, 2010  6:29 AM
UPDATED: December 24, 2010  2:58 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Many ODBC and JDBC drivers, such as the iSeries Access ODBC driver, will be processed through the QIBM_QZDA_INIT, QIBM_QZDA_NDB1 and QIBM_QZDA_SQL1 or QIBM_QZDA_SQL2 exit points. The QIBM_QZDA_ROI1 exit point can also be called for some requests. (Some drivers will connect through other servers and be processed through other exit points. You need to run tests to know which exit points will be used in your environment.)

Tom

 110,215 pts.