Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-16 Thread Kris Buelens
The public may now think that DIAGD4 can alter the origin of an existing spool file. That is not the case. DIAG D4 sets the alternate user of a machine, any spool files it creates after this setting, will have the alternate userid as origin. 2010/4/15 Fran Hensler f...@zvm.sru.edu Les - I

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-16 Thread Fran Hensler
You are correct (as always) Kris. The DVM where DIAGD4 wakesup when a spool file is received from VSE. It then executes the DIAGD4 EXEC to change the ORIGINID. Then a PIPE reprints the spool file to RSCS and RSCS sees the alternate ORIGINID that DIAGD4 specified. I'm sorry for the confusion.

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-15 Thread Les Geer (607-429-3580)
/* Sample DIAGD4 EXEC */ /* Use DIAG D4 to change spool ownerid to original owner. */ /* Do a QUERY RDR to find OWNERID */ ownerid = Left(ownerid,8) /* Who sent us spool file */ target = Left(Userid(),8) /* Machine name this EXEC is running in */ Address Command 'DIAGD4' target

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-15 Thread Fran Hensler
Les - I didn't mean to imply that I was using the DIAGD4 EXEC for the Ricoh problem. I only offered it as a way to solve changing the ORIGINID on spool files. I haven't tried to see if the new ORIGINID would be passed to the Ricoh in the p record. I only use DIAGD4 in a DVM that receives print

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-15 Thread Benedict, Martin
...@pricechopper.com -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Les Geer (607-429-3580) Sent: Wednesday, April 14, 2010 8:01 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS: Printing to Ricoh Copier with LPR The problem that we have

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-15 Thread Benedict, Martin
@LISTSERV.UARK.EDU Subject: Re: RSCS: Printing to Ricoh Copier with LPR /* Sample DIAGD4 EXEC */ /* Use DIAG D4 to change spool ownerid to original owner. */ /* Do a QUERY RDR to find OWNERID */ ownerid = Left(ownerid,8) /* Who sent us spool file */ target = Left(Userid(),8) /* Machine

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-15 Thread Benedict, Martin
www.pricechopper.com martybened...@pricechopper.com -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Les Geer (607-429-3580) Sent: Tuesday, April 13, 2010 12:17 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS: Printing to Ricoh Copier

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-15 Thread Les Geer (607-429-3580)
Do you have a sample of an LPRZONE exit or configuration file? The LPRXONE ASSEMBLE source is on the install ID's 2B3 minidisk. The sample LPRXONE configuration file is LPREXITS CONFSAMP on the install ID's 406 minidisk. Best Regards, Les Geer IBM z/VM and Linux Development

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-14 Thread Les Geer (607-429-3580)
The problem that we have is that some of the prints come from a CMS users rdr. The originid is what actually gets passed. If the report came from the vse system to the CMS user, then the origin id is the name of the VSE guest, and that can't be changed that I can see. We would need to somehow

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-14 Thread Fran Hensler
Les - I checked my code and I'm using DIAG D4. /Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years mailto:f...@zvm.sru.edu http://zvm.sru.edu/~fjh +1.724.738.2153 Yes, Virginia, there is a Slippery Rock

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-14 Thread Les Geer (607-429-3580)
Are you able to change the origin user ID within the spool file updated with Diag D4? Best Regards, Les Geer IBM z/VM and Linux Development I checked my code and I'm using DIAG D4. The problem that we have is that some of the prints come from a CMS users rdr. The originid is what actually

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-14 Thread Fran Hensler
/* Sample DIAGD4 EXEC */ /* Use DIAG D4 to change spool ownerid to original owner. */ /* Do a QUERY RDR to find OWNERID */ ownerid = Left(ownerid,8) /* Who sent us spool file */ target = Left(Userid(),8) /* Machine name this EXEC is running in */ Address Command 'DIAGD4' target

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Martin Benedict
We have pretty much the same setup. However, we have a need to pass a person's userid to the Ricoh. Our printers are setup with the badge swipe card reader and we need to be able to pass a userid. We are currently usi ng the LPRXONE. If there is another that supports an actual userid, i would

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Martin Benedict
We have pretty much the same setup. However, we have a need to pass a person's userid to the Ricoh. Our printers are setup with the badge swipe card reader and we need to be able to pass a userid. We are currently usi ng the LPRXONE. If there is another that supports an actual userid, i would

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Les Geer (607-429-3580)
LPRXONE passes the user ID of the print job origin in the p control file record. Is this being used by the Ricoh? Best Regards, Les Geer IBM z/VM and Linux Development We have pretty much the same setup. However, we have a need to pass a person's userid to the Ricoh. Our printers are setup

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Martin Benedict
Les, The problem that we have is that some of the prints come from a CMS use rs rdr. The originid is what actually gets passed. If the report came from t he vse system to the CMS user, then the origin id is the name of the VSE guest, and that can't be changed that I can see. We would need to

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Fran Hensler
DIAG D4 and change the ORIGIN of a file in the RDR to whatever you wish. Then TRANSFER the file to RSCS. Get the DIAGD4 VMARC on my VM download page at: http://zvm.sru.edu/~download I haven't tried this on the Ricoh. /Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Benedict, Martin
To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS: Printing to Ricoh Copier with LPR LPRXONE passes the user ID of the print job origin in the p control file record. Is this being used by the Ricoh? Best Regards, Les Geer IBM z/VM and Linux Development We have pretty much the same setup. However, we

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Fran Hensler
Martin - The DIAG D4 instruction can be used to change the ORIGIN of a file in the RDR. I pass the real ID of the user in the POWER DIST= parameter and I send the print to a DVM where DIAGD4 is running. DIAGD4 changes the ORIGIN to whatever is in the DIST and then transfers the RDR to RSCS.

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-07 Thread Fran Hensler
On Tue, 06 Apr 2010 15:30:27 EDT Fran Hensler f...@zvm.sru.edu said: We have various models of Ricoh copiers around campus to which we have been sending print from RSCS Networking Version 3, Release 2.0-0201. Recently authorization codes were installed on some of them. Without the use of this

RSCS: Printing to Ricoh Copier with LPR

2010-04-06 Thread Fran Hensler
Hello list - We have various models of Ricoh copiers around campus to which we have been sending print from RSCS Networking Version 3, Release 2.0-0201. Recently authorization codes were installed on some of them. Without the use of this code the print just goes into the bit bucket. So from

RSCS: Printing to Ricoh Copier with LPR

2010-04-06 Thread Les Geer (607-429-3580)
We have various models of Ricoh copiers around campus to which we have been sending print from RSCS Networking Version 3, Release 2.0-0201. Recently authorization codes were installed on some of them. Without the use of this code the print just goes into the bit bucket. So from RSCS everything

Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-06 Thread David Boyes
On 4/6/10 8:42 PM, Les Geer lg...@vnet.ibm.com wrote: My question: Is there any way to get RSCS to send the usercode? What PARM statement would I use? Which RSCS LPR exit are you using? LPRXONE does not currently include the -o record in the control file sent to the printer. You