IEBCOPY from z/OS 1.11 will not support SYSUT2 with DD DUMMY or
DSN=NULLFILE.  This is true for either step in your job.  It has no problem
with VIO.

:>: -----Original Message-----
:>: From: IBM Mainframe Assembler List [mailto:ASSEMBLER-
:>: l...@listserv.uga.edu] On Behalf Of Paul Gilmartin
:>: Sent: Tuesday, June 03, 2014 1:30 PM
:>: To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
:>: Subject: Re: ADRDSSU VTOC -- also IEBCOPY
:>:
:>: On 2014-06-03 14:10, retired mainframer wrote:
:>: > Why don't you show us the job that built the archive and the job that
:>: tried
:>: > to read it.
:>: >
:>: > :>: -----Original Message-----
:>: > :>: From:  On Behalf Of Paul Gilmartin
:>: > :>: Sent: Tuesday, June 03, 2014 9:10 AM
:>: > :>:
:>: > :>: On 2014-06-03, at 10:01, Dougie Lawson wrote:
:>: > :>: >
:>: > :>: Well, you say it works for you with the archive on tape.  I tried
:>: it
:>: > :>: with the archive on disk, and it didn't work.
:>: >
:>: JCL:
:>:
:>: //IEBCNULL  JOB  505303JOB,'Paul Gilmartin',
:>: // MSGLEVEL=(1,1),REGION=0M
:>: //*
:>: //* Doc: IEBCOPY with SYSUT2 DUMMY
:>: //*
:>: //USERC    OUTPUT JESDS=ALL,DEFAULT=YES,
:>: //  CLASS=R,PAGEDEF=V0648Z,CHARS=GT12
:>: //*
:>: //STEP1 EXEC  PGM=IEBCOPY
:>: //SYSPRINT  DD  SYSOUT=(,)
:>: //SYSUT1 DD DISP=SHR,DSN=SYS1.PARMLIB
:>: //SYSUT2 DD DISP=(,PASS),UNIT=SYSALLDA,SPACE=(1000,(1000,1000))
:>: //*
:>: //STEP2 EXEC  PGM=IEBCOPY
:>: //SYSPRINT  DD  SYSOUT=(,)
:>: //SYSUT1 DD DISP=OLD,DSN=*.STEP1.SYSUT2
:>: //SYSUT2 DD DISP=OLD,DSN=NULLFILE,DSORG=PO
:>: //*
:>: //

Reply via email to