Trying to process some sql target is iSeries file, the member I am trying to access is not the first member in the file, is there a way to specify this from an agent?
Subject: using db2 connect to another member on iSeries
I’m not familiar with coding agents, but have you specified the member name in the sql statement such as in the following example?
CREATE ALIAS MYLIB.MYMBR2_ALIAS FOR MYLIB.MYFILE (MBR2)
Hope that helps.