Hi I'm trying to read all the CL (sources file ) from an AS400 machine.I'm working on the windows xp platform tried to open the file with java on the followinfg code.
public static void main(String[] args)
{
String sourceName = "/OTOL/YSREEL";
IFSFileInputStr eam source = null;
AS400 system = new AS400("M320","m yuserid","mypas sword");
...