Re: Reports in Readable format

2015-01-27 Thread zos reader
Thanks All for your valuable inputs. I followed the VDR Manuals and used ARCHPRINT utility and i got the Reports in readable. Thanks On Mon, Jan 26, 2015 at 11:02 PM, John McKown wrote: > On Mon, Jan 26, 2015 at 11:19 AM, Paul Gilmartin < > 000433f07816-dmarc-requ...@listserv.ua.edu> wrote

Re: Reports in Readable format

2015-01-26 Thread John McKown
On Mon, Jan 26, 2015 at 11:19 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 26 Jan 2015 07:35:54 -0700, Lizette Koehler wrote: > > >Do you have access to the VDR manuals? Or have you contacted the > vendor? Both would be good sources for your questions. >

Re: Reports in Readable format

2015-01-26 Thread Paul Gilmartin
On Mon, 26 Jan 2015 07:35:54 -0700, Lizette Koehler wrote: >Do you have access to the VDR manuals? Or have you contacted the vendor? >Both would be good sources for your questions. > >I have always printed to JES and then used XDC to place the output in a PDS. > The Rexx API to SDSF is very us

Re: Reports in Readable format

2015-01-26 Thread Lizette Koehler
@LISTSERV.UA.EDU] On Behalf Of zos reader Sent: Monday, January 26, 2015 5:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Reports in Readable format Thanks Steve & Elardus. Yes i tried with ARCHPRINT utility and i am almost close and i am getting an abend. I am facing problem with Control card

Re: Reports in Readable format

2015-01-26 Thread Elardus Engelbrecht
zos reader wrote: >Thanks Steve & Elardus. Uh, I think Steve and others should get credits, not me. >Yes i tried with ARCHPRINT utility and i am almost close and i am getting an >abend. >I am facing problem with Control card. Could you be kind to post your JCL and the abend messages? >My req

Re: Reports in Readable format

2015-01-26 Thread zos reader
Thanks Steve & Elardus. Yes i tried with ARCHPRINT utility and i am almost close and i am getting an abend. I am facing problem with Control card. My requirement is to Print all the Reports as a member in a PDS in view-able format. Kindly guide me Regards, Bala On Thu, Jan 22, 2015 at 6:14 PM,

Re: Reports in Readable format

2015-01-22 Thread Elardus Engelbrecht
Steve Horein wrote: >ARCHPRNT is a canned PROC provided by the vendor. Ok, thanks. I will leave my can-opener in my drawer. ;-) Groete / Greetings Elardus Engelbrecht -- For IBM-MAIN subscribe / signoff / archive access instru

Re: Reports in Readable format

2015-01-22 Thread Steve Horein
ARCHPRNT is a canned PROC provided by the vendor. On a side note, ARCHPRNT is also the program name. I no longer work for a company that uses InfoPac/VDR, but do have an Exec or two that uses Address "ATTACH" "ARCHPRNT" to support this. Executing an ISPF SRCHFOR ARCHPRNT against either the "system"

Re: Reports in Readable format

2015-01-21 Thread zos reader
ccess to your VDR Admin? Or the manual on how to print > reports from VDR? > > Lizette > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of R.S. > Sent: Wednesday, January 21, 2015 2:47 AM > To: IBM-MAIN

Re: Reports in Readable format

2015-01-21 Thread Lizette Koehler
the manual on how to print reports from VDR? Lizette -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Wednesday, January 21, 2015 2:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Reports in Readable format W dniu 2015-01

Re: Reports in Readable format

2015-01-21 Thread Elardus Engelbrecht
Steve Horein wrote: >//STEP0010 EXEC ARCHPRNT Please post contents of Procedure ARCHPRNT. Groete / Greetings Elardus Engelbrecht -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv

Re: Reports in Readable format

2015-01-21 Thread Steve Horein
"Print" it to a dataset: //STEP0010 EXEC ARCHPRNT //ARCHPRNT.INRPT21 DD //ARCHPRNT.INCARD1 DD * ##PRINT 01 USERID REPORTNAME MMDDHHMMSS NN 02 N 0 03 04

Re: Reports in Readable format

2015-01-21 Thread R.S.
W dniu 2015-01-21 o 08:02, zos reader pisze: Hi All, We have a business requirement and planning to take Backup of few warehouse INFOPAC(view-direct) reports in readable format which is actually in VSAM dataset. Could you please guide me. IDCAMS REPRO IFILE(VSAMDD) OFILE(SEQDD) -- Radoslaw

Reports in Readable format

2015-01-20 Thread zos reader
Hi All, We have a business requirement and planning to take Backup of few warehouse INFOPAC(view-direct) reports in readable format which is actually in VSAM dataset. Could you please guide me. Thanks, Bala -- For IBM-MAIN