Re: TS7700 Copy/Export Jobs

2018-04-06 Thread Pfister, Nathan
Sorry, forgot to mention I run the li export,volser after running the job.  
(It's automated in a job stream for a weekly export, I am trying to run 
manually since it has not produced any output or noticeable errors the past few 
weeks)

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of retired mainframer
Sent: Friday, April 06, 2018 11:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: TS7700 Copy/Export Jobs

Unless something has changed in the last five years, this job will simply copy 
the three input records in SYSUT1 to the new dataset specified by SYSTU2.  The 
command EXPORT does not appear anywhere in the IEBGENER chapter of my utilities 
manual.

> -Original Message-
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of Pfister, Nathan
> Sent: Friday, April 06, 2018 6:45 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: TS7700 Copy/Export Jobs
>
> Listers;
>
> I am at a slight loss here...I am running the following JCL:
>
> //J10 EXEC PGM=IEBGENER
> //*
> //SYSPRINT DD SYSOUT=*
> //SYSIN DD DUMMY
> //SYSUT2 DD DSN=NATHPFI.PDRSW901.COPY.EXPORT, //
> UNIT=V3490,DISP=(NEW,CATLG),LABEL=(1,SL),
> // VOL=(,RETAIN),STORCLAS=SCVTS,MGMTCLAS=NODUPLEX,
> // DCB=(RECFM=FB,BLKSIZE=80,LRECL=80,TRTCH=NOCOMP)
> //SYSUT1 DD *
> EXPORT LIST 03
> EXPORT PARAMETERS PHYSICAL POOL TO EXPORT:10 OPTIONS1,COPY,EJECT
> /*
>
> Which should get me a copy export list 03.  But instead it does not
> pull
back anything.  It
> seems to have just randomly stopped working.  Can anyone think of any
reason this may
> have stopped working?  The system was not IPLed nor were any changes,
> that
I can think
> of, put into the system between when this was and has now stopped working.
Anything
> anyone can think of would be appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
E-MAIL CONFIDENTIALITY NOTICE: This e-mail from Donegal Insurance Group may 
contain CONFIDENTIAL and legally protected information. If you are not an 
intended recipient, please do not copy, use or disclose this email or its 
contents to others; and please notify us by calling toll free (800) 877-0600 
x7880 or by replying to this message, and then delete it from your system. 
Delivery of this email to an unintended recipient is not a waiver of any 
attorney-client or other applicable privilege.

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


Re: TS7700 Copy/Export Jobs

2018-04-06 Thread retired mainframer
Unless something has changed in the last five years, this job will simply
copy the three input records in SYSUT1 to the new dataset specified by
SYSTU2.  The command EXPORT does not appear anywhere in the IEBGENER chapter
of my utilities manual.

> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Pfister, Nathan
> Sent: Friday, April 06, 2018 6:45 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: TS7700 Copy/Export Jobs
> 
> Listers;
> 
> I am at a slight loss here...I am running the following JCL:
> 
> //J10 EXEC PGM=IEBGENER
> //*
> //SYSPRINT DD SYSOUT=*
> //SYSIN DD DUMMY
> //SYSUT2 DD DSN=NATHPFI.PDRSW901.COPY.EXPORT,
> // UNIT=V3490,DISP=(NEW,CATLG),LABEL=(1,SL),
> // VOL=(,RETAIN),STORCLAS=SCVTS,MGMTCLAS=NODUPLEX,
> // DCB=(RECFM=FB,BLKSIZE=80,LRECL=80,TRTCH=NOCOMP)
> //SYSUT1 DD *
> EXPORT LIST 03
> EXPORT PARAMETERS PHYSICAL POOL TO EXPORT:10
> OPTIONS1,COPY,EJECT
> /*
> 
> Which should get me a copy export list 03.  But instead it does not pull
back anything.  It
> seems to have just randomly stopped working.  Can anyone think of any
reason this may
> have stopped working?  The system was not IPLed nor were any changes, that
I can think
> of, put into the system between when this was and has now stopped working.
Anything
> anyone can think of would be appreciated.

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


Re: TS7700 Copy/Export Jobs

2018-04-06 Thread Scott Barry
This document goes on to mention a sequence of steps, those to occur after 
creating the tape-volume, of course with the various correct/expected 
attributesone being "Initiating the Copy Export Operation" via a z/OS 
command.

http://www-01.ibm.com/support/docview.wss?uid=tss1wp101092=1

Scott Barry
SBBWorks, Inc.

On Fri, 6 Apr 2018 13:44:45 +, Pfister, Nathan 
 wrote:

>Listers;
>
>I am at a slight loss here...I am running the following JCL:
>
>//J10 EXEC PGM=IEBGENER
>//*
>//SYSPRINT DD SYSOUT=*
>//SYSIN DD DUMMY
>//SYSUT2 DD DSN=NATHPFI.PDRSW901.COPY.EXPORT,
>// UNIT=V3490,DISP=(NEW,CATLG),LABEL=(1,SL),
>// VOL=(,RETAIN),STORCLAS=SCVTS,MGMTCLAS=NODUPLEX,
>// DCB=(RECFM=FB,BLKSIZE=80,LRECL=80,TRTCH=NOCOMP)
>//SYSUT1 DD *
>EXPORT LIST 03
>EXPORT PARAMETERS PHYSICAL POOL TO EXPORT:10
>OPTIONS1,COPY,EJECT
>/*
>
>Which should get me a copy export list 03.  But instead it does not pull back 
>anything.  It seems to have just randomly stopped working.  Can anyone think 
>of any reason this may have stopped working?  The system was not IPLed nor 
>were any changes, that I can think of, put into the system between when this 
>was and has now stopped working.  Anything anyone can think of would be 
>appreciated.
>
>Thanks!
>
>Nathan Pfister

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