Hello,

I'm trying to get a network printer to be useable (via tcp/ip) from JES2.

LINE(n)  UNIT=TCP,  
         CONNECT=YES

NODE(n)  CONNECT=YES,
         LINE=n,     
         NAME=noden

SOCKET(socketn),CONNECT=YES, 
         IPADDR=1.2.3.4,
         LINE=n,             
         NETSERV=n,          
         NODE=noden        
                             
NETSRVn SOCKET=socketn       
                             
DESTID(destidn) DEST=noden    (I do not have a DESTDEF)


JES2 startup gives me syntax errors on the SOCKET definition and 
I am unable to get this 'connected' ...

Any advice would be greatly appreciated.  

Kind Regards.

Jim Thomas

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to