Re: ipcs print output

2010-02-27 Thread Bob Rutledge
Paul Schuster wrote: Hello: Is there a way to -not- have a 'TITLE' page separator appear in the IPCSPRNT output? For example, I do a SYSTRACE and there is no page separator, but when I do OPEN PRINT(TITLE('')); SYSTRACE PRINT NOTERMINAL; CLOSE PRINT; I get a line break. I am looking for

Re: ipcs print output

2010-02-27 Thread Paul Schuster
On Sat, 27 Feb 2010 07:37:38 -0500, Bob Rutledge deerh...@ix.netcom.com wrote: Paul Schuster wrote: Hello: Is there a way to -not- have a 'TITLE' page separator appear in the IPCSPRNT output? For example, I do a SYSTRACE and there is no page separator, but when I do OPEN PRINT(TITLE(''));

ipcs print output

2010-02-26 Thread Paul Schuster
Hello: Is there a way to -not- have a 'TITLE' page separator appear in the IPCSPRNT output? For example, I do a SYSTRACE and there is no page separator, but when I do OPEN PRINT(TITLE('')); SYSTRACE PRINT NOTERMINAL; CLOSE PRINT; I get a line break. I am looking for something like the

Re: Print output

2008-06-10 Thread Paul Gilmartin
On Mon, 9 Jun 2008 18:45:23 -0600, Steve Comstock wrote: I was too quick on my Send when I said SYSOUT=(*) instead of SYSOUT=(,), ... Indeed. The explicit * on the DD statement overrides the CLASS on the OUTPUT statement. It's my surmise that the requirement for the comma instead of simply

Re: Print output

2008-06-10 Thread McKown, John
[snip] Does that really work? I think you have to code the last line as //REPORT DD SYSOUT=(,),OUTPUT=(*.CLASSA,*.CLASSB) I was too quick on my Send when I said SYSOUT=(*) instead of SYSOUT=(,), but I'm pretty sure you have to specify the operands in the OUTPUT= parameter as backwards

Print output

2008-06-09 Thread Roberto Halais
Hi: Is there a way to print a report to two (2) different jes2 classes (A and B) using a single SYSOUT? I want to print a report in a single job step but I want a copy of it in CLASS=A and another in CLASS=B. I tried using the OUTPUT statement and could only produce the two copies in a single

Re: Print output

2008-06-09 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Roberto Halais Sent: Monday, June 09, 2008 1:07 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Print output Hi: Is there a way to print a report to two (2) different jes2 classes (A and B

Re: Print output

2008-06-09 Thread Edward Jaffe
Roberto Halais wrote: Hi: Is there a way to print a report to two (2) different jes2 classes (A and B) using a single SYSOUT? I want to print a report in a single job step but I want a copy of it in CLASS=A and another in CLASS=B. I tried using the OUTPUT statement and could only produce the

Re: Print output

2008-06-09 Thread Roberto Halais
, 2008 1:07 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Print output Hi: Is there a way to print a report to two (2) different jes2 classes (A and B) using a single SYSOUT? I want to print a report in a single job step but I want a copy of it in CLASS=A and another in CLASS=B. I

Re: Print output

2008-06-09 Thread Steve Comstock
Roberto Halais wrote: Hi: Is there a way to print a report to two (2) different jes2 classes (A and B) using a single SYSOUT? I want to print a report in a single job step but I want a copy of it in CLASS=A and another in CLASS=B. I tried using the OUTPUT statement and could only produce the

Re: Print output

2008-06-09 Thread Ed Finnell
In a message dated 6/9/2008 1:19:04 P.M. Central Daylight Time, [EMAIL PROTECTED] writes: Look at the OUTPUT statement; add OUTPUT statements for every jes class you want to write to, then on the DD statements for your sysout files, add Well, I went back and peeked at the manual!

Re: Print output

2008-06-09 Thread Steve Comstock
McKown, John wrote: -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Roberto Halais Sent: Monday, June 09, 2008 1:07 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Print output Hi: Is there a way to print a report to two (2) different jes2 classes

Re: Slow Mainframe Print Output

2006-09-19 Thread John S. Giltner, Jr.
It sounds like they are doing a screen print. I am not sure about Extra, but I know PCOMM has an option to do screen prints in text or graphic mode. In text mode, it just dumps the text characters, in graphics mode it generated a graphic picture of the screen. Least to say, graphics mode