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

Reply via email to