Re: JES/2 Spool

2012-08-24 Thread Brian Westerman
Our SyzSPOOL/z (WWW.SyzygyInc.com/SyzSpool.htm) product does exactly what you 
are looking for, and while it's not free, it's pretty close.  It's available to 
IBMMain participants for 50% off the regular price (which is already low), so 
for about $2,500 you get spool management and access to the spool data via ISPF 
or the WWW.

Brian

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


Re: JES/2 Spool

2012-08-23 Thread Michael Wickman
ftp can.

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Mike Wickman
Technical Services
Phone     913-236-1663
Cell  913-449-6423
Fax   913-236-1555
email     mwick...@waddell.com
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Pesce, Andy
Sent: Thursday, August 23, 2012 10:16 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [IBM-MAIN] JES/2 Spool

Has anyone seen a program out there that will take an output from JES/2 spool 
and write it to a dataset?
I know of a couple of software companies that market this.  Just wondering if 
someone has written one
or seen one on the CBT tape.

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





font size=1
div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 
1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

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


Re: JES/2 Spool

2012-08-23 Thread Lizette Koehler
Several options

On the CBT Tape is the JES2DISK 
In SDSF you have XDC or X? commands

You could write a rexx and use SDSF REXX to get it

You could use the NJE Offload


What version of z/OS and what do you have available

Lizette

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf
 Of Pesce, Andy
 Sent: Thursday, August 23, 2012 8:16 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: JES/2 Spool
 
 Has anyone seen a program out there that will take an output from JES/2
spool and
 write it to a dataset?
 I know of a couple of software companies that market this.  Just wondering
if
 someone has written one or seen one on the CBT tape.
 

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


Re: JES/2 Spool

2012-08-23 Thread Mullen, Patrick
Or run SDSF in a batch job, EXEC PGM=SDSF, with the commands in ISFIN.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Steve Comstock
Sent: Thursday, August 23, 2012 10:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: JES/2 Spool

On 8/23/2012 9:16 AM, Pesce, Andy wrote:
 Has anyone seen a program out there that will take an output from
JES/2 spool and write it to a dataset?
 I know of a couple of software companies that market this.  Just
wondering if someone has written one
 or seen one on the CBT tape.


Well, you can do it manually from the SDSF menu. So I suppose
you could build a Rexx exec to use the SDSF interface without
too much trouble.




-- 

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
 for training dollars at
   http://www.trainersfriend.com/ROI/roi.html

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

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


Re: JES/2 Spool

2012-08-23 Thread McKown, John
In exactly what manner? An external writer, as distributed by IBM can do that. 
But it is not likely what you want. I have a REXX program which uses the 
REXX/SDSF interface which can write to either a z/OS sequential data set or a 
z/OS UNIX file. My REXX leaves the job on the SPOOL. There is a free UNIX 
program called fromdsn which can do this. It is part of Dovetailed 
Technologies' Co:Z Data Set Pipes product (I love it!). This is freely 
available and downloadable from the web. File 790 from CBT is called SRS 
(Sysout Retrieval Services) and sounds like it might be what you could use.

-- 
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Pesce, Andy
 Sent: Thursday, August 23, 2012 10:16 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: JES/2 Spool
 
 Has anyone seen a program out there that will take an output from JES/2
 spool and write it to a dataset?
 I know of a couple of software companies that market this.  Just
 wondering if someone has written one
 or seen one on the CBT tape.
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: JES/2 Spool

2012-08-23 Thread Paul Gilmartin
On Thu, 23 Aug 2012 08:23:57 -0700, Lizette Koehler wrote:

Several options
 ...
You could write a rexx and use SDSF REXX to get it
  
There's much sample code in:

Title: z/OS V1R12.0 SDSF Operation and Customization
Document Number: SA22-7670-14

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/isf4csa0/13.14

-- gil

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