Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Ed Finnell
Just play like there's no JES. Lot's of trial and error getting Fonts and queues configured. Once we get past that can set up INFO/PRINT to make JES eligible. In a message dated 2/2/2014 7:57:35 P.M. Central Standard Time, j...@thethomasresidence.us writes: How do I LPD to this printer

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Staller, Allan
The definitions shown below are for NJE over TCP/IP, not a TCP/IP connected printer... snip 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

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Dana Mitchell
Jim, Did you include all your socket definitions? You need a define for a local socket too, example from redbook: NODE1 NAME=POK NODE2 NAME=WSC SOCKET(POK) IPADDR=*LOCAL NODE=1,PORT=175 SOCKET(WSC) IPADDR=9.117.234.235, NODE=2,PORT=175 NETSRV1 SOCKET=POK LINE1 = TCP HTH Dana

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Dana Mitchell
Ooops, I didn't realize he was trying to print directly to the printer, instead of a NJE node. In order to print directly to an LPD printer requires extra software between JES2 and the printer such as VPS from LRS. For our very limited number of printers, we chose to implement IBM's (ancient)

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Jim Thomas
: Monday, February 03, 2014 9:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions The definitions shown below are for NJE over TCP/IP, not a TCP/IP connected printer... snip I'm trying to get a network printer to be useable (via tcp/ip) from JES2. LINE(n

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Jim Thomas
: JES2 / TCP/IP Network Printer Definitions Jim, Did you include all your socket definitions? You need a define for a local socket too, example from redbook: NODE1 NAME=POK NODE2 NAME=WSC SOCKET(POK) IPADDR=*LOCAL NODE=1,PORT=175 SOCKET(WSC) IPADDR=9.117.234.235, NODE=2,PORT=175

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Jim Thomas
: Monday, February 03, 2014 10:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions Ooops, I didn't realize he was trying to print directly to the printer, instead of a NJE node. In order to print directly to an LPD printer requires extra software

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-03 Thread Staller, Allan
AFAIK, you will need to define the printer as a remote printer and use TCPIP (LINE=TCP) for communication. I may be incorrect, but I do not believe NJE is necessary for TCP/IP communication. As others have mentioned, NPF is a possibility (but I would not count on it being around long term).

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-02 Thread Linda
Hi Jim, Is the printer itself capable of a sockets connection? Many are not. It's manual should tell you what connections it can support, and the printer's config page will tell you what its current settings are. HTH Linda Sent from my iPhone On Feb 1, 2014, at 5:59 AM, Jim Thomas

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-02 Thread Robert Bardos
quote SOCKET(socketn),CONNECT=YES, IPADDR=1.2.3.4, LINE=n, NETSERV=n, NODE=noden /quote Drop the comma before CONNECT. That's just a wild guess a not supported by the syntax diagram. The syntax diagram however for the statement immediately preceding

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-02 Thread Jim Thomas
@LISTSERV.UA.EDU Subject: Re: JES2 / TCP/IP Network Printer Definitions quote SOCKET(socketn),CONNECT=YES, IPADDR=1.2.3.4, LINE=n, NETSERV=n, NODE=noden /quote Drop the comma before CONNECT. That's just a wild guess a not supported by the syntax diagram. The syntax

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-02 Thread Jim Thomas
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Saturday, February 01, 2014 3:05 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions I am not sure if JES2 can print

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-02 Thread Ed Finnell
LPD dsname (host host_name prt printer_name or from JCL: //NPRT1 OUTPUT DEST='IP:prt-ip_addr',CHARS=(GT12) //SYSPRINT DD SYSOUT=A,OUTPUT=(*.NPRT1) DEST=destination The destination subparameter for JES2 is one of the following:

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-02 Thread Jim Thomas
@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions LPD dsname (host host_name prt printer_name or from JCL: //NPRT1 OUTPUT DEST='IP:prt-ip_addr',CHARS=(GT12) //SYSPRINT DD SYSOUT=A,OUTPUT=(*.NPRT1) DEST=destination

Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Jim Thomas
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,

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Lizette Koehler
: Saturday, February 01, 2014 6:59 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re : JES2 / TCP/IP Network Printer Definitions 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

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Jim Thomas
Kind Regards. Jim Thomas -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Saturday, February 01, 2014 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 / TCP/IP Network Printer Definitions Could you provide

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Lizette Koehler
] On Behalf Of Jim Thomas Sent: Saturday, February 01, 2014 8:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 / TCP/IP Network Printer Definitions Ma'am, Absolutely ... the socket definition (w/local values changed) was included but no worries, I'll re-post. 'n' = numeric value

Re: JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Jim Thomas
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Saturday, February 01, 2014 9:33 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 / TCP/IP Network Printer Definitions What errors are you seeing with the NETSRVx startup? Does NETSRVx have an OMVS Segment

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Bob Rutledge
Jim Thomas wrote: 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,

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Jim Thomas
9:50 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions Jim Thomas wrote: 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

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Lizette Koehler
: Saturday, February 01, 2014 10:18 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions Sir, I've tried that too... it was when it failed (on the first go around), that I tried NETSERV (per the doc). Kind Regards. Jim Thomas -Original Message

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Jim Thomas
01, 2014 11:37 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions I guess I need to get some more understanding of what you are trying to connect to JES2 via TCPIP. What is the type of network printer? Have you verified it can be done this way

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Tim Brown
@LISTSERV.UA.EDU [IBM-MAIN@LISTSERV.UA.EDU] Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions Ma'am, The physical device is Ricoh Aficio MP2851 and no ... I have not verified anything ... I was merely asked to set it up for people to be able to print to it via JES2 / Mainframe. While I do

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Lizette Koehler
- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jim Thomas Sent: Saturday, February 01, 2014 11:15 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions Ma'am, The physical device is Ricoh Aficio MP2851

Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Ed Finnell
It was hard to find! http://www.ricoh-usa.com/products/product_details.aspx?cid=2scid=2pid=1671 ptm=featurestsn=canada Not sure if it can do JES or AFP. fortunately the folks from Bolder monitor the list and can fill in the blanks. Looks like it's a 'Network printer' with base PCL5 support and